From 1420857dc6f78fe604b7de0fe26e483673ede89e Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 4 Feb 2023 09:47:28 -0800 Subject: [PATCH] rss correction --- layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index da7227d..9616708 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -25,7 +25,7 @@ {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }} {{- end -}} - {{ range (where .Site.Pages ".Section" "post") }} + {{ range where (where .Site.Pages ".Section" "post") "Kind" "page" }} {{ .Title }} {{ .Permalink }}