diff --git a/themes/ccchh/layouts/_default/rss.xml b/themes/ccchh/layouts/_default/rss.xml
index a4cdd23..0c9217b 100644
--- a/themes/ccchh/layouts/_default/rss.xml
+++ b/themes/ccchh/layouts/_default/rss.xml
@@ -49,7 +49,7 @@
{{ .Permalink }}
Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }}
Hugo -- gohugo.io
- {{ site.Language.LanguageCode }}{{ with $authorEmail }}
+ {{ with $authorEmail }}
{{.}}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}{{ with $authorEmail }}
{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}{{ with .Site.Copyright }}
{{ . }}{{ end }}{{ if not .Date.IsZero }}
@@ -61,10 +61,10 @@
-
{{ .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 }}
- {{ .Summary | html }}
+ {{ .Content | html }}
{{- end }}