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

6 lines
168 B
HTML

<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
<p>{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.</p>
<p>{{ .Summary }} . . .</p>
</li>