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