Updates rss to show correct feed in section

This commit is contained in:
Josh Johnson 2022-11-08 21:29:50 -05:00
parent f935ff81cc
commit bcf4127174

View file

@ -8,7 +8,8 @@
{{ with .Site.Copyright }}<copyright>{{.}}</copyright>{{end}} {{ with .Site.Copyright }}<copyright>{{.}}</copyright>{{end}}
{{ if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }} {{ if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
<atom:link href="{{.Permalink}}" rel="self" type="application/rss+xml" /> <atom:link href="{{.Permalink}}" rel="self" type="application/rss+xml" />
{{ range .Site.RegularPages }}
{{ range .RegularPages }}
{{ if ne .Type "page" }} {{ if ne .Type "page" }}
<item> <item>
{{ if (not (isset .Site.Params "rssmicroposttitles" )) | or (eq .Site.Params.rssmicroposttitles true )}} {{ if (not (isset .Site.Params "rssmicroposttitles" )) | or (eq .Site.Params.rssmicroposttitles true )}}