]> git.r.bdr.sh - rbdr/blog/blame - templates/feed.xml
Update templates
[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>
3563ec23
RBR
4 <atom:link href="https://r.bdr.sh/gemlog/feed.xml" rel="self" type="application/rss+xml" />
5 <title>Ruben's Gemlog</title>
6 <link>https://r.bdr.sh/gemlog/</link>
7 <description>This is the gemlog at r.bdr.sh.</description>
de0ee360
BB
8 <language>en</language>
9 {{~ it.posts: post}}
10 <item>
3563ec23 11 <guid isPermaLink="false">rbdr:{{= post.id}}</guid>
de0ee360 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>