Files
gokarna/layouts/partials/list-posts.html
2022-04-17 18:03:51 +02:00

6 lines
217 B
HTML

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