From 630ef8006dd8a7d399309dfa2ecf3d3a10a9600b Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 26 Nov 2023 21:04:23 -0500 Subject: [PATCH] Fix RSS feed name --- layouts/_default/rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index d86a4bd..bdacf97 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -13,9 +13,9 @@ {{- printf "" | safeHTML }} - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + Tyler's Posts {{ .Permalink }} - Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} + Silly little posts I make for no one in particular Hugo -- gohugo.io en{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }}