From d813876c14608da764e34d5e8bc23f6f196b65d2 Mon Sep 17 00:00:00 2001 From: pseudoyu Date: Tue, 18 Jun 2024 16:11:30 +0800 Subject: [PATCH] fix: remove unused rss standard --- layouts/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/rss.xml b/layouts/rss.xml index 57b9002..c9426a7 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -11,7 +11,7 @@ {{- $pages = $pages | first $limit -}} {{- end -}} {{- printf "" | safeHTML }} - + {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }}