erambler/themes/mnemosyne/layouts/series/li.html

5 lines
143 B
HTML
Raw Normal View History

2021-09-04 13:48:53 +00:00
<li>
<a href="{{ .RelPermalink }}">{{ .Title }} ({{ .Data.series | len }} posts)</a>
{{- with .Params.summary }}: {{.}}{{ end }}
</li>