website/themes/gokarna/layouts/partials/list-posts.html

6 lines
217 B
HTML
Raw Normal View History

2023-10-31 13:04:49 +00:00
<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>