hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ec39d27ce2f194a936230290aebfb4683e7d658f
parent 75810cd2908c96ffed43e6c4646daf2413c4b3b1
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Tue, 13 Sep 2022 15:22:18 +0000

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

Fix: rss feed
Diffstat:
Mlayouts/_default/rss.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml @@ -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>