apotheke/layouts/partials/list-posts.html

6 lines
245 B
HTML
Raw Normal View History

2024-05-27 21:13:51 +00:00
<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>