clearsky.blog/layouts/_default/li.html
2022-04-03 17:45:17 +02:00

8 lines
214 B
HTML

<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>