diff --git a/rss.hbs b/rss.hbs index ec31337..67e0f1b 100644 --- a/rss.hbs +++ b/rss.hbs @@ -15,7 +15,7 @@ {{#get "posts" limit="all" include="authors"}} {{#foreach posts}} - <![CDATA[ {{{title}}} ]]> + <![CDATA[ {{#if title}}{{{meta_title}}}{{/if}} ]]> {{url absolute="true"}} {{comment_id}}