diff options
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> |