diff --git a/themes/maik-blog/layouts/rss.xml b/themes/maik-blog/layouts/rss.xml index 84e2427..53ce01a 100644 --- a/themes/maik-blog/layouts/rss.xml +++ b/themes/maik-blog/layouts/rss.xml @@ -24,7 +24,7 @@ {{- end }} {{- $allContent := slice }} {{- range .Site.Sections }} - {{- $allContent = union $allContent .Pages }} + {{- $allContent = union $allContent .RegularPagesRecursive }} {{- end }} {{- $allContent = sort $allContent "Date" "desc" }} {{- $allContent = $allContent | first 15 }}