diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-20 23:39:55 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-20 23:39:55 +0100 |
| commit | 4aa5845077d5cb5153b8095726d747bd1eabb48c (patch) | |
| tree | 8fb800a3277aace6900b23fc86a79231800da507 /templates | |
| parent | 5967a62a2c7c21f5e0c78cc373f23c83ac10d6e5 (diff) | |
Add title to RSS
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/feed.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <item> <guid isPermaLink="false">unlimited-pizza:{{= post.id}}</guid> <pubDate>{{= post.createdOn}}</pubDate> + <title>{{= post.title}}</title> <description> {{= post.html}} </description> |