This commit is contained in:
Christoph Cullmann 2021-01-25 09:37:57 +01:00
parent 7b1bd41a54
commit bcafaafff8

View file

@ -12,7 +12,7 @@
{{ with .OutputFormats.Get "RSS" }}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{ end }}
{{ range .Pages }}
{{ range (where .Site.RegularPages "Type" "post") }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>