diff options
Diffstat (limited to 'templates/feed.xml')
| -rwxr-xr-x | templates/feed.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/feed.xml b/templates/feed.xml index 97507e2..97106d9 100755 --- a/templates/feed.xml +++ b/templates/feed.xml | |||
| @@ -10,9 +10,9 @@ | |||
| 10 | {{ if not .Draft }} | 10 | {{ if not .Draft }} |
| 11 | <item> | 11 | <item> |
| 12 | <title>{{ $page.Title }}</title> | 12 | <title>{{ $page.Title }}</title> |
| 13 | <link>{{ $.Config.BaseURL }}{{ $page.RelPermalink }}</link> | 13 | <link>{{ $.Config.BaseURL }}/{{ $page.RelPermalink }}</link> |
| 14 | <pubDate>{{ $page.Created.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</pubDate> | 14 | <pubDate>{{ $page.Created.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</pubDate> |
| 15 | <guid>{{ $.Config.BaseURL }}{{ $page.RelPermalink }}</guid> | 15 | <guid>{{ $.Config.BaseURL }}/{{ $page.RelPermalink }}</guid> |
| 16 | <description>{{ $page.Summary }}</description> | 16 | <description>{{ $page.Summary }}</description> |
| 17 | <content:encoded>{{ $page.Raw }}</content:encoded> | 17 | <content:encoded>{{ $page.Raw }}</content:encoded> |
| 18 | </item> | 18 | </item> |
