diff options
Diffstat (limited to 'themes/simple/layouts')
| -rw-r--r-- | themes/simple/layouts/_default/rss.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml index 38c8755..fed3ea1 100644 --- a/themes/simple/layouts/_default/rss.xml +++ b/themes/simple/layouts/_default/rss.xml | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | {{ range (where .Site.RegularPages "Section" "posts") }} | 10 | {{ range (where .Site.RegularPages "Section" "posts") }} |
| 11 | <item> | 11 | <item> |
| 12 | |||
| 12 | <title>{{ .Title }}</title> | 13 | <title>{{ .Title }}</title> |
| 13 | <link>{{ .Permalink }}</link> | 14 | <link>{{ .Permalink }}</link> |
| 14 | <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> | 15 | <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> |
