feat: Remove center on title

This commit is contained in:
2022-01-14 18:13:46 +01:00
parent 380bdcce72
commit 5a07cf7266
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<center><small><i>
<small><i>
Publié le <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date | time.Format ":date_full" }}</time>{{ if isset .Params "auteur" }} - {{ .Params.auteur }}{{ end }}
</i></small></center>
</i></small>
{{ .Content }}
<aside>
<hr>