Updates rss to show correct feed in section
This commit is contained in:
parent
f935ff81cc
commit
bcf4127174
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
{{ with .Site.Copyright }}<copyright>{{.}}</copyright>{{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" />
|
||||
{{ range .Site.RegularPages }}
|
||||
|
||||
{{ range .RegularPages }}
|
||||
{{ if ne .Type "page" }}
|
||||
<item>
|
||||
{{ if (not (isset .Site.Params "rssmicroposttitles" )) | or (eq .Site.Params.rssmicroposttitles true )}}
|
||||
|
|
Loading…
Add table
Reference in a new issue