logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault
commit: 1a2ae243d243f923c483196bc560a72a14dd2a4d
parent 78db9c6f2e4fa42edf824c98acca7449984072cf
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed,  7 Oct 2020 19:13:33 -0400

Fix RSS feed title

Diffstat:

Mlayouts/blog/rss.xml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/blog/rss.xml b/layouts/blog/rss.xml @@ -13,7 +13,7 @@ {{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }} <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> - <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title> + <title>Drew DeVault's blog</title> <link>https://drewdevault.com</link> <description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description> <generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}