All checks were successful
Website / Website veröffentlichen (push) Successful in 9s
11 lines
457 B
HTML
11 lines
457 B
HTML
{{ range first 3 (where site.RegularPages.ByDate.Reverse "Type" "in" site.Params.mainSections )}}
|
|
<a href="{{ .Permalink }}">{{ partial "summary.html" . }}</a>
|
|
{{ end }}
|
|
|
|
<div class="flex flex-wrap justify-center text-gray-300 my-5">
|
|
<a href="blog/"
|
|
class="duration-200 px-6 py-3 bg-darker-green-custom hover:opacity-80 hover:text-white relative block focus:outline-none text-md text-center text-white">
|
|
Alle Beiträge >
|
|
</a>
|
|
</div>
|