Skip to content

Commit

Permalink
fix title rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsharE committed Nov 5, 2024
1 parent aa42a39 commit 3ed2a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{#get "posts" limit="all" include="authors"}}
{{#foreach posts}}
<item>
<title><![CDATA[ {{{title}}} ]]></title>
<title><![CDATA[ {{#if title}}{{{meta_title}}}{{/if}} ]]></title>
<description><![CDATA[ {{excerpt}} ]]></description>
<link>{{url absolute="true"}}</link>
<guid isPermaLink="false">{{comment_id}}</guid>
Expand Down

0 comments on commit 3ed2a65

Please sign in to comment.