Fix rss feed not including writeups

alternate-navbar
Maik de Kruif 2 years ago
parent 1729718b13
commit ee64080cb2
Signed by: maik
GPG Key ID: 44A55AD1F0673FA6
  1. 2
      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 }}

Loading…
Cancel
Save