Redo all the RSS -> feeds go to feed.rss now!

This commit is contained in:
Eryn Wells 2022-05-05 13:17:37 -07:00
parent ce60159540
commit 7efd9a3bd6
8 changed files with 25 additions and 10 deletions

View file

@ -26,6 +26,7 @@
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{- end -}}
{{ range $pages }}
{{ if ne .Params.rss_ignore true }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
@ -35,5 +36,6 @@
<description>{{ .Content | html }}</description>
</item>
{{ end }}
{{ end }}
</channel>
</rss>
</rss>