7 lines
298 B
HTML
7 lines
298 B
HTML
<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>
|