Correction pour validation HTML + CSS + RSS
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
<p class="article-publication">
|
||||
{{ with $page.Date }}
|
||||
{{- $timePart := . | time.Format "15:04:05" -}}
|
||||
<time datetime="{{ . }}">
|
||||
<time datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}">
|
||||
{{- if eq $timePart "00:00:00" -}}
|
||||
{{ . | time.Format "02/01/2006" }}
|
||||
{{- else -}}
|
||||
|
||||
Reference in New Issue
Block a user