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 4373099 commit 0c9257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/blog/rss.xml/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01
<pubDate>${new Date(date).toUTCString()}</pubDate>
<image>${siteUrl}${thumbnail}</image>
<image>${siteUrl}${thumbnail}</image>
<media:content url="${siteUrl}${thumbnail}" medium="image" type="image/jpg">
<media:content url="${siteUrl}${thumbnail}" medium="image" type="image/jpg"></media:content>
<guid isPermaLink="false">${blogUrl}/${slug}/</guid>
</item>
`
Expand Down

0 comments on commit 0c9257c

Please sign in to comment.