Merge pull request #11 from mischavandenburg/fix-rss-feed

Fix: rss feed
This commit is contained in:
Luke Smith 2022-09-13 15:22:18 +00:00 committed by GitHub
commit ec39d27ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 .Site.RegularPages }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>