diff --git a/layouts/index.xml b/layouts/index.xml index 06a3ff34..a5bac197 100644 --- a/layouts/index.xml +++ b/layouts/index.xml @@ -3,6 +3,7 @@ {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + {{ .Permalink }} Hugo @@ -21,7 +22,7 @@ {{end}} {{ if not .Date.IsZero }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ end }} {{ range first 20 .Site.RegularPages }} diff --git a/layouts/section/blog.xml b/layouts/section/blog.xml index a63a4787..4c1c6d82 100644 --- a/layouts/section/blog.xml +++ b/layouts/section/blog.xml @@ -3,6 +3,7 @@ {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + {{ .Permalink }}" Hugo @@ -15,7 +16,7 @@ {{end}} {{ if not .Date.IsZero }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ end }} {{ range first 20 .Pages }} diff --git a/layouts/section/photos.xml b/layouts/section/photos.xml index 6dfeb211..af09b066 100644 --- a/layouts/section/photos.xml +++ b/layouts/section/photos.xml @@ -3,6 +3,7 @@ {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + {{ .Permalink }} Hugo @@ -15,7 +16,7 @@ {{end}} {{ if not .Date.IsZero }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ end }} {{ range first 20 .Pages }}