From b149c1acb7c37bc89a32cdeeea997263fbe31b5c Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 1 Jun 2023 00:56:38 -0400 Subject: [PATCH] fix rss-only tags --- themes/secluded/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/secluded/layouts/_default/rss.xml b/themes/secluded/layouts/_default/rss.xml index 46d65c4..8ae8f78 100644 --- a/themes/secluded/layouts/_default/rss.xml +++ b/themes/secluded/layouts/_default/rss.xml @@ -32,7 +32,7 @@ {{ range $key, $value := .Params.Tags }}{{ if $key }}/{{ end }}{{ $value }}{{ end }}> {{- else }} {{- if .Params.Rss_only }} - RSS-only> + RSSOnly> {{- end }} {{- end }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}