Redo all the RSS -> feeds go to feed.rss now!
This commit is contained in:
parent
ce60159540
commit
7efd9a3bd6
8 changed files with 25 additions and 10 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue