]>
Commit | Line | Data |
---|---|---|
de0ee360 | 1 | <?xml version="1.0"?> |
e8a4197d | 2 | <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:atom="http://www.w3.org/2005/Atom"> |
de0ee360 | 3 | <channel> |
02f408c2 RBR |
4 | <title>My Ephemeral Blog</title> |
5 | <description>My Ephemeral Blog</description> | |
de0ee360 BB |
6 | <language>en</language> |
7 | {{~ it.posts: post}} | |
8 | <item> | |
02f408c2 | 9 | <guid isPermaLink="false">blog:{{= post.id}}</guid> |
de0ee360 | 10 | <pubDate>{{= post.createdOn}}</pubDate> |
4aa58450 | 11 | <title>{{= post.title}}</title> |
de0ee360 BB |
12 | <description> |
13 | {{= post.html}} | |
14 | </description> | |
15 | </item> | |
16 | {{~}} | |
17 | </channel> | |
18 | </rss> |