]> git.r.bdr.sh - rbdr/blog/blame - templates/feed.xml
Update the blog style
[rbdr/blog] / templates / feed.xml
CommitLineData
de0ee360
BB
1<?xml version="1.0"?>
2<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
3 <channel>
4 <title>Blog at Unlimited Pizza 🍕</title>
5 <link>https://blog.unlimited.pizza</link>
6 <description>This is the blog at unlimited.pizza</description>
7 <language>en</language>
8 {{~ it.posts: post}}
9 <item>
10 <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
11 <pubDate>{{= post.createdOn}}</pubDate>
12 <description>
13 {{= post.html}}
14 </description>
15 </item>
16 {{~}}
17 </channel>
18</rss>