clearsky.blog/layouts/_default/li.html

8 lines
214 B
HTML
Raw Permalink Normal View History

2022-04-03 15:45:17 +00:00
<li>
<a href="{{ .Permalink }}">
{{ .Title }}
</a>
<small>{{ math.Round (div (countwords .Content) 220.0) }} minutes</small>
-<small><time>{{ .Date.Format "Jan 2, 2006" }}</time></small>
</li>