feat: Ajout du champs auteur dans les nouveautés

This commit is contained in:
2020-12-22 17:01:24 +01:00
parent 4c04d23fac
commit 695f021592
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<h1>{{ .RenderString .Title }}</h1>
<div class="container news md">
<small>
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Day }} {{ index $.Site.Data.mois (printf "%d" .Date.Month) }} {{ .Date.Year }}</time>
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Day }} {{ index $.Site.Data.mois (printf "%d" .Date.Month) }} {{ .Date.Year }}</time>{{ if isset .Params "auteur" }} - {{ .Params.auteur }}{{ end }}
</small>
{{ .Content }}
<aside>