hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e492c397c3c72e810135ace806caa43526b39bf2
parent dc57aef093f24d2f30a2d9e51b240efbf83dee33
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Mon,  9 May 2022 10:27:13 -0400

dumb fix

Diffstat:
Mlayouts/_default/rss.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml @@ -1,6 +1,6 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> - <title>{{ .SiteTitle }}</title> + <title>{{ .Site.Title }}</title> <link>{{ .Permalink }}</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 }}