Skip to content

Commit

Permalink
NOJIRA | Show images in RSS description. | [Ray]
Browse files Browse the repository at this point in the history
  • Loading branch information
RaycatWhoDat committed Sep 7, 2024
1 parent 4edff80 commit 44d3e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rss-feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for (const entry of entries) {
rssFeedItems.push(` <item>`);
rssFeedItems.push(` <title>#${currentGameNumber}: ${name}</title>`);
rssFeedItems.push(` <link>${url}</link>`);
rssFeedItems.push(` <description>${image}</description>`);
rssFeedItems.push(` <description><![CDATA[<img src="${image}"/>]]></description>`);
rssFeedItems.push(` </item>`);
currentGameNumber--;
}
Expand Down

0 comments on commit 44d3e0e

Please sign in to comment.