diff options
| -rw-r--r-- | layouts/blog/rss.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/blog/rss.xml b/layouts/blog/rss.xml index a917e33..64ade1c 100644 --- a/layouts/blog/rss.xml +++ b/layouts/blog/rss.xml @@ -13,8 +13,8 @@ {{- 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>Drew DeVault's blog</title> - <link>https://drewdevault.com</link> + <title>Write Free Software</title> + <link>https://writefreesoftware.org</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 }} |
