Correction pour validation HTML + CSS + RSS
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<span>{{ .Title }}</span>
|
||||
<span>
|
||||
{{- 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 $showSection -}}
|
||||
{{- with .Parent -}}
|
||||
@@ -59,7 +59,7 @@
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
<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 $showSection -}}
|
||||
{{- with .Parent -}}
|
||||
|
||||
Reference in New Issue
Block a user