Skip to content

Commit

Permalink
blog RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 14, 2023
1 parent b618f3d commit 4373099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/src/routes/blog/rss.xml/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01
<link>${blogUrl}/${slug}/</link>
<pubDate>${new Date(date).toUTCString()}</pubDate>
<image>${siteUrl}${thumbnail}</image>
<image>${siteUrl}${thumbnail}</image>
<media:content url="${siteUrl}${thumbnail}" medium="image" type="image/jpg">
<guid isPermaLink="false">${blogUrl}/${slug}/</guid>
</item>
`
Expand Down

0 comments on commit 4373099

Please sign in to comment.