1

Correction pour validation HTML + CSS + RSS

This commit is contained in:
2026-04-04 23:27:51 +02:00
parent fdc3b58ce0
commit 7b288f6bc2
32 changed files with 496 additions and 229 deletions

View File

@@ -1,6 +1,6 @@
<p>
{{ with .Date }}
<time datetime="{{ . }}">{{ . | time.Format "02/01/2006" }}</time>
<time datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}">{{ . | time.Format "02/01/2006" }}</time>
{{ end }}
{{ if ge .ReadingTime 5 }}
<span>{{ .ReadingTime }} min de lecture</span>