]> git.r.bdr.sh - rbdr/blog/blame - templates/feed.xml
Add self link
[rbdr/blog] / templates / feed.xml
CommitLineData
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>
e8a4197d 4 <atom:link href="https://www.unlimited.pizza/gemlog/feed.xml" rel="self" type="application/rss+xml" />
d87e5802 5 <title>Gemlog at Unlimited Pizza 🍕</title>
e8a4197d 6 <link>https://www.unlimited.pizza/gemlog/</link>
d87e5802 7 <description>This is the gemlog at unlimited.pizza</description>
de0ee360
BB
8 <language>en</language>
9 {{~ it.posts: post}}
10 <item>
11 <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
12 <pubDate>{{= post.createdOn}}</pubDate>
4aa58450 13 <title>{{= post.title}}</title>
de0ee360
BB
14 <description>
15 {{= post.html}}
16 </description>
17 </item>
18 {{~}}
19 </channel>
20</rss>