diff --git a/layouts/partials/page_footer.html b/layouts/partials/page_footer.html index 5ff811d..8c7bf08 100644 --- a/layouts/partials/page_footer.html +++ b/layouts/partials/page_footer.html @@ -18,7 +18,7 @@ {{ if .Site.Params.showcopyright }} {{ end }} diff --git a/layouts/rss.xml b/layouts/rss.xml index aebb661..40e4220 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -1,6 +1,6 @@ - @{{ .Site.Params.Author.handle }}’s {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }} + @{{ .Site.Params.Author.handle }} {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }} {{ .Site.BaseURL }}{{ .Permalink }} All entries {{ with .Title }}in {{.}} {{ end }}on {{ .Site.Title }} Hugo -- gohugo.io diff --git a/layouts/section/microposts.rss.xml b/layouts/section/microposts.rss.xml index 3790ee4..0a35da3 100644 --- a/layouts/section/microposts.rss.xml +++ b/layouts/section/microposts.rss.xml @@ -1,6 +1,6 @@ - @{{ .Site.Params.Author.handle }}’s {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }} + @{{ .Site.Params.Author.handle }} {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }} {{ .Permalink }} All entries {{ with .Title }}in {{.}} {{ end }}on {{ .Site.Title }} Hugo -- gohugo.io