fix rss-only tags

Amolith created

Change summary

themes/secluded/layouts/_default/rss.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

themes/secluded/layouts/_default/rss.xml 🔗

@@ -32,7 +32,7 @@
       <category>{{ range $key, $value := .Params.Tags }}{{ if $key }}/{{ end }}{{ $value }}{{ end }}</category>>
       {{- else }}
       {{- if .Params.Rss_only }}
-      <category>RSS-only</category>>
+      <category>RSSOnly</category>>
       {{- end }}
       {{- end }}
       <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>