From bcf4127174a4ddd86f5a739e064a63532bab400a Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 8 Nov 2022 21:29:50 -0500 Subject: [PATCH] Updates rss to show correct feed in section --- layouts/section/microposts.rss.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/section/microposts.rss.xml b/layouts/section/microposts.rss.xml index cd5bb69..50b1b19 100644 --- a/layouts/section/microposts.rss.xml +++ b/layouts/section/microposts.rss.xml @@ -8,7 +8,8 @@ {{ with .Site.Copyright }}{{.}}{{end}} {{ if not .Date.IsZero }}{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} - {{ range .Site.RegularPages }} + + {{ range .RegularPages }} {{ if ne .Type "page" }} {{ if (not (isset .Site.Params "rssmicroposttitles" )) | or (eq .Site.Params.rssmicroposttitles true )}}