]> git.r.bdr.sh - rbdr/blog/blobdiff - templates/feed.xml
Prep for gemlogification
[rbdr/blog] / templates / feed.xml
index d22d6561f0b067b8f2863a0ccf24d381563d749d..6a68ba8c3f2a09544db01d51b1d083308ba1b5c1 100644 (file)
@@ -1,14 +1,15 @@
 <?xml version="1.0"?>
 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
   <channel>
-    <title>Blog at Unlimited Pizza 🍕</title>
-    <link>https://blog.unlimited.pizza</link>
-    <description>This is the blog at unlimited.pizza</description>
+    <title>Gemlog at Unlimited Pizza 🍕</title>
+    <link>https://unlimited.pizza/gemlog/</link>
+    <description>This is the gemlog at unlimited.pizza</description>
     <language>en</language>
     {{~ it.posts: post}}
       <item>
         <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
         <pubDate>{{= post.createdOn}}</pubDate>
+        <title>{{= post.title}}</title>
         <description>
           {{= post.html}}
         </description>