fix rss-only tags

This commit is contained in:
Amolith 2023-06-01 00:56:38 -04:00
parent 732725688e
commit b149c1acb7
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 1 additions and 1 deletions

View File

@ -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>