Skip to content

Commit

Permalink
fix!(feed): broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwo committed May 20, 2024
1 parent 96d9c46 commit cc101b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/feed.xml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<item>
<title>{{article.title}}</title>
<description>{{article.description}}</description>
<link>{{article.&url}}</link>
<link>{{&article.url}}</link>
<content:encoded><![CDATA[{{&article.content}}]]></content:encoded>
</item>
{{/items}}
Expand Down

0 comments on commit cc101b0

Please sign in to comment.