commit: ee405a24bf86d673cae2cc25255d09effad3d1a2
parent 193819dff5c4e06926a15529e5fc530dc16422e0
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 1 Sep 2020 11:33:34 -0400
Fix link to main blog in RSS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/blog/rss.xml b/layouts/blog/rss.xml
@@ -14,7 +14,7 @@
<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>
- <link>{{ .Permalink }}</link>
+ <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 }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}