hugo-snotra/layouts/blog/li.html

7 lines
231 B
HTML
Raw Normal View History

2020-04-28 12:26:34 +02:00
<li>
<span class="date">
{{ .Date.Day }} {{ index $.Site.Data.snotra.mois (printf "%d" .Date.Month) }} {{ .Date.Year }}
</span>
<a class="title" href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Title }}</a>
</li>