diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index cb41a68..9b27479 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -21,7 +21,7 @@ {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} - {{ .Date.Format "02.01.2006" | safeHTML }}{{ end }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }} {{- end -}} @@ -29,10 +29,9 @@ {{ .Title }} {{ .Permalink }} - {{ .Date.Format "02.01.2006" | safeHTML }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} - {{ .Content | html }} {{ .Content | html }} {{ end }}