]> git.r.bdr.sh - rbdr/blog/blob - templates/feed.xml
Add self link
[rbdr/blog] / templates / feed.xml
1 <?xml version="1.0"?>
2 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:atom="http://www.w3.org/2005/Atom">
3 <channel>
4 <atom:link href="https://www.unlimited.pizza/gemlog/feed.xml" rel="self" type="application/rss+xml" />
5 <title>Gemlog at Unlimited Pizza 🍕</title>
6 <link>https://www.unlimited.pizza/gemlog/</link>
7 <description>This is the gemlog at unlimited.pizza</description>
8 <language>en</language>
9 {{~ it.posts: post}}
10 <item>
11 <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
12 <pubDate>{{= post.createdOn}}</pubDate>
13 <title>{{= post.title}}</title>
14 <description>
15 {{= post.html}}
16 </description>
17 </item>
18 {{~}}
19 </channel>
20 </rss>