Files
gokarna/layouts/partials/list-posts.html

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 "2 January, 2006" .Date }}</span>
</article>