]>
Commit | Line | Data |
---|---|---|
de0ee360 BB |
1 | <?xml version="1.0"?> |
2 | <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule"> | |
3 | <channel> | |
d87e5802 RBR |
4 | <title>Gemlog at Unlimited Pizza 🍕</title> |
5 | <link>https://unlimited.pizza/gemlog/</link> | |
6 | <description>This is the gemlog at unlimited.pizza</description> | |
de0ee360 BB |
7 | <language>en</language> |
8 | {{~ it.posts: post}} | |
9 | <item> | |
10 | <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid> | |
11 | <pubDate>{{= post.createdOn}}</pubDate> | |
4aa58450 | 12 | <title>{{= post.title}}</title> |
de0ee360 BB |
13 | <description> |
14 | {{= post.html}} | |
15 | </description> | |
16 | </item> | |
17 | {{~}} | |
18 | </channel> | |
19 | </rss> |