rss correction

This commit is contained in:
Salar Rahmanian 2023-02-04 09:47:28 -08:00
parent 763bbc845f
commit 1420857dc6

View file

@ -25,7 +25,7 @@
{{- with .OutputFormats.Get "RSS" -}}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{- end -}}
{{ range (where .Site.Pages ".Section" "post") }}
{{ range where (where .Site.Pages ".Section" "post") "Kind" "page" }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>