diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index dfe8b33b..129d0b5e 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -18,7 +18,7 @@ {{ print "" | safeHTML }} {{- printf "" | safeHTML }} -{{ with .Site.Author.name }} +{{ with .Site.Params.author.name }} {{ . }} {{ $.Site.BaseURL }} diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 0b5f207e..63436c01 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -21,8 +21,8 @@ {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} Hugo -- gohugo.io - {{ site.Language.LanguageCode }}{{ with .Site.Author.email }} - {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} + {{ site.Language.LanguageCode }}{{ with .Site.Params.author.email }} + {{.}}{{ with $.Site.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 }} @@ -34,7 +34,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 }} {{ if eq $rssFeedDescription "summary"}} {{ .Summary | html }} diff --git a/resources/_gen/images/img/logo_hu_6413efc88386f206.webp b/resources/_gen/images/img/logo_hu_6413efc88386f206.webp deleted file mode 100644 index 6c4f9c47..00000000 Binary files a/resources/_gen/images/img/logo_hu_6413efc88386f206.webp and /dev/null differ diff --git a/resources/_gen/images/img/logo_hu_9f5863dc2c180619.webp b/resources/_gen/images/img/logo_hu_9f5863dc2c180619.webp deleted file mode 100644 index 2b617e32..00000000 Binary files a/resources/_gen/images/img/logo_hu_9f5863dc2c180619.webp and /dev/null differ diff --git a/resources/_gen/images/img/logo_hu_a5cb593b87668c25.webp b/resources/_gen/images/img/logo_hu_a5cb593b87668c25.webp deleted file mode 100644 index d2e6fe81..00000000 Binary files a/resources/_gen/images/img/logo_hu_a5cb593b87668c25.webp and /dev/null differ