diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 87949c9..fed8ae9 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -55,7 +55,7 @@
{{ index . 0 | absURL }}
{{- end }}
- Hugo -- gohugo.io
+ Hugo -- {{ hugo.Version }}
{{ site.Language.LanguageCode }}{{ with $authorEmail }}
{{.}}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}{{ with $authorEmail }}
{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}{{ with site.Copyright }}
@@ -69,7 +69,7 @@
-
{{ .Title }}
{{ .Permalink }}
- {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
+ {{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
{{- with $authorEmail }}{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}
{{ .Permalink }}
{{ with .Description | html }}{{ . }}{{ else }}{{ .Summary | html }}{{ end -}}