blog-static/themes/vanilla/layouts/partials/post.html
Danila Fedorin e883e3c60e
Some checks failed
continuous-integration/drone/push Build is failing
Update link lists to visually indicate they're links.
2020-05-04 19:25:03 -07:00

6 lines
168 B
HTML

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