From 4aa5845077d5cb5153b8095726d747bd1eabb48c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 20 Mar 2021 23:39:55 +0100 Subject: Add title to RSS --- templates/feed.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/feed.xml') diff --git a/templates/feed.xml b/templates/feed.xml index d22d656..5b6c320 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -9,6 +9,7 @@ unlimited-pizza:{{= post.id}} {{= post.createdOn}} + {{= post.title}} {{= post.html}} -- cgit