websiteOwn/layouts/posts/li.html

8 lines
298 B
HTML
Raw Normal View History

2019-09-20 07:51:22 +02:00
<li>
<span class="date">
{{ .Date.Day }} {{ index $.Site.Data.mois (printf "%d" .Date.Month) }} {{ .Date.Year }}
<!--{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}-->
</span>
<a class="title" href="{{ .Params.ExternalLink | default .URL }}">{{ .Title }}</a>
</li>