Files
fte-Homepage/themes/tella/layouts/partials/recent.html
2023-08-25 20:42:45 +02:00

11 lines
439 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-white-custom hover:opacity-80 hover:text-white relative block focus:outline-none text-md text-center">
Alle Beiträge >
</a>
</div>