]> git.r.bdr.sh - rbdr/blog/blob - templates/feed.xml
Escape ampersand in titles
[rbdr/blog] / templates / feed.xml
1 <?xml version="1.0"?>
2 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
3 <channel>
4 <title>Gemlog at Unlimited Pizza 🍕</title>
5 <link>https://unlimited.pizza/gemlog/</link>
6 <description>This is the gemlog 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 <title>{{= post.title}}</title>
13 <description>
14 {{= post.html}}
15 </description>
16 </item>
17 {{~}}
18 </channel>
19 </rss>