blog-static/themes/vanilla/layouts/partials/post.html

6 lines
192 B
HTML
Raw Normal View History

<li>
2020-05-09 01:41:10 -07:00
<a href="{{ .Permalink }}" class="post-title">{{ .Title }}</a>
2020-08-12 17:41:47 -07:00
<p class="post-wordcount">{{ i18n "ReadingTime" . }}</p>
2020-05-09 01:45:53 -07:00
<p class="post-preview">{{ .Summary }} . . .</p>
</li>