From 6944a9de5e251cee5d05e6858acf7dd3c698b90e Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 5 Jan 2022 09:58:16 +0000 Subject: [PATCH] fix rss title --- layouts/podcast/rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml index 52121b5..0aed768 100644 --- a/layouts/podcast/rss.xml +++ b/layouts/podcast/rss.xml @@ -13,14 +13,14 @@ {{- printf "" | safeHTML }} - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} {{ .Site.BaseURL }}img/avatar.png - Greg Gauthier + {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }} Hugo -- gohugo.io{{ with .Site.LanguageCode }}