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

6 lines
187 B
HTML
Raw Normal View History

<li>
2020-05-09 01:41:10 -07:00
<a href="{{ .Permalink }}" class="post-title">{{ .Title }}</a>
<p>{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.</p>
<p>{{ .Summary }} . . .</p>
</li>