fix rss-only tags
This commit is contained in:
parent
732725688e
commit
b149c1acb7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue