Updates to support 0.57.2

This commit is contained in:
Josh Johnson 2019-08-17 18:54:03 -04:00
parent 1f72de06f2
commit 2fa06ec88b
No known key found for this signature in database
GPG key ID: 93E0C66B0988E48B
6 changed files with 15 additions and 9 deletions

View file

@ -8,7 +8,7 @@
{{ 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="{{.URL}}" rel="self" type="application/rss+xml" />
{{ range .Data.Pages }}
{{ range .Site.RegularPages }}
{{ if ne .Type "page" }}
<item>
{{ if (not (isset .Site.Params "rssmicroposttitles" )) | or (eq .Site.Params.rssmicroposttitles true )}}