hugo

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

commit 38d01ddc94a75d6d8171600a3a287aa255fc5d34
parent 75810cd2908c96ffed43e6c4646daf2413c4b3b1
Author: Mischa <mischavandenburg@gmail.com>
Date:   Tue, 13 Sep 2022 17:00:01 +0200

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>