<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>
{{~}}