Merge pull request #63 from softinio/rss-correction

rss correction
This commit is contained in:
Salar Rahmanian 2023-02-04 09:49:51 -08:00 committed by GitHub
commit 8643b7f5b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>