Correction pour validation HTML + CSS + RSS
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user