keimena/layouts/partials/list-posts.html
2024-05-27 23:13:51 +02:00

5 lines
245 B
HTML

<article class="post-title">
<a href="{{ .Permalink }}" class="post-link">{{ .Title }}</a>
<div class="flex-break"></div>
<span class="post-date">{{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Date}}</span>
</article>