feat: Ajout de précision autour des dates
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
<h1>{{ .RenderString .Title }}</h1>
|
<h1>{{ .RenderString .Title }}</h1>
|
||||||
<div class="container news md">
|
<div class="container news md">
|
||||||
<small>
|
<small>
|
||||||
<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 }}
|
Publié le <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>
|
</small>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
<aside>
|
<aside>
|
||||||
|
Reference in New Issue
Block a user