aboutsummaryrefslogtreecommitdiff
path: root/templates/feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feed.xml')
-rw-r--r--templates/feed.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/feed.xml b/templates/feed.xml
index 17a4c7c..d95e38c 100644
--- a/templates/feed.xml
+++ b/templates/feed.xml
@@ -4,13 +4,13 @@
<title>My Ephemeral Blog</title>
<description>My Ephemeral Blog</description>
<language>en</language>
- {{~ it.posts: post}}
+ {{~ posts: post}}
<item>
<guid isPermaLink="false">blog:{{= post.id}}</guid>
- <pubDate>{{= post.createdOn}}</pubDate>
+ <pubDate>{{= post.created_on_utc}}</pubDate>
<title>{{= post.title}}</title>
<description>
- {{= post.html}}
+ {{= post.escaped_html}}
</description>
</item>
{{~}}