]> git.r.bdr.sh - rbdr/blog/commitdiff
Add title to RSS
authorRuben Beltran del Rio <redacted>
Sat, 20 Mar 2021 22:39:55 +0000 (23:39 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 20 Mar 2021 22:39:55 +0000 (23:39 +0100)
templates/feed.xml

index d22d6561f0b067b8f2863a0ccf24d381563d749d..5b6c3209389c5302936a30acdfe955b0b19a3b92 100644 (file)
@@ -9,6 +9,7 @@
       <item>
         <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid>
         <pubDate>{{= post.createdOn}}</pubDate>
+        <title>{{= post.title}}</title>
         <description>
           {{= post.html}}
         </description>