STATUSCODE
-
STATUSMSG
{{ i18n "home" }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 83f7634..68fab37 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
diff --git a/layouts/posts/rss.xml b/layouts/posts/rss.xml
index 94d028f..28124d7 100644
--- a/layouts/posts/rss.xml
+++ b/layouts/posts/rss.xml
@@ -3,8 +3,8 @@
{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}
{{ .Permalink }}
Latest posts from {{ .Site.Title }}{{ with .Site.LanguageCode }}
-
{{.}}{{end}}{{ with .Site.Author.email }}
-
{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }}
+
{{.}}{{end}}{{ with .Site.Params.author.email }}
+
{{.}}{{ with $.Site.Params.author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Params.author.email }}
{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }}
{{.}}{{end}}{{ if not .Date.IsZero }}
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }}
@@ -16,7 +16,7 @@
{{ .Title }}
{{ .Permalink }}
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
- {{ with .Site.Author.email }}
{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
+ {{ with .Site.Params.author.email }}
{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
{{ .Summary | html }}
{{ printf `` .Content | safeHTML }}