feat: Remove center on title
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user