{{ if in .Params.Categories "reply" }}
diff --git a/layouts/services/list.atom.xml b/layouts/services/list.atom.xml
index ac2f5a9..260ea36 100644
--- a/layouts/services/list.atom.xml
+++ b/layouts/services/list.atom.xml
@@ -15,16 +15,16 @@
{{ if not .Date.IsZero }}
{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}{{ end }}
-
{{ .Permalink }}{{ with .Site.Author.name }}
+
{{ .Permalink }}{{ with .Site.Params.Author.name }}
- {{.}}{{ with $.Site.Author.email }}
+ {{.}}{{ with $.Site.Params.Author.email }}
{{.}}{{end}}
{{end}}
Hugo -- gohugo.io{{ range $pages }}
{{ `
- {{ .Permalink }}{{ with $.Site.Author.name }}
+ {{ .Permalink }}{{ with $.Site.Params.Author.name }}
{{.}}
{{end}}
diff --git a/layouts/services/list.json.json b/layouts/services/list.json.json
index fbff3d7..5f2a5bb 100644
--- a/layouts/services/list.json.json
+++ b/layouts/services/list.json.json
@@ -1,6 +1,6 @@
{{- $.Scratch.Add "index" slice -}}
{{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections -}}
{{- range $pages -}}
-{{- $.Scratch.Add "index" (dict "uri" .Permalink "author" .Site.Author "site" .Site.BaseURL "title" .Title "date" .Date "content" .Plain "tags" .Params.tags "categories" .Params.tags) -}}
+{{- $.Scratch.Add "index" (dict "uri" .Permalink "author" .Site.Params.Author "site" .Site.BaseURL "title" .Title "date" .Date "content" .Plain "tags" .Params.tags "categories" .Params.tags) -}}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}
\ No newline at end of file
diff --git a/layouts/services/rss.xml b/layouts/services/rss.xml
index 45183c7..2028d06 100644
--- a/layouts/services/rss.xml
+++ b/layouts/services/rss.xml
@@ -17,9 +17,9 @@
{{ .Permalink }}
Read the latest {{ if ne .Title .Site.Title }}{{ with .Title }} {{.}} {{ end }}{{ end }}on {{ .Site.Title }}
Hugo -- gohugo.io{{ with .Site.LanguageCode }}
- {{.}}{{end}}{{ with .Site.Author.email }}
- {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }}
- {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }}
+ {{.}}{{end}}{{ with .Site.Params.Author.email }}
+ {{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Params.Author.email }}
+ {{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }}
{{.}}{{end}}{{ if not .Date.IsZero }}
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }}
{{- with .OutputFormats.Get "RSS" -}}
@@ -30,7 +30,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.Params.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
{{ .Summary | html }}