diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-07-26 11:10:35 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-07-26 11:10:35 +0200 |
| commit | d56c1ca3b3215498806083e52fcc0ab6d5df875d (patch) | |
| tree | aa475038a150a48a6add15149a11a7faa0d7c05e /layouts/blog | |
| parent | 1368c9c7926e77abbf3f6a391bdb4bbdd4720ce4 (diff) | |
| download | writefreesoftware.org-d56c1ca3b3215498806083e52fcc0ab6d5df875d.tar.xz | |
rss.xml: fix copypasta issue
Diffstat (limited to 'layouts/blog')
| -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 }} |
