Improve suport for image posts

This commit is contained in:
2023-02-06 15:03:18 +11:00
parent 2c56fafc49
commit 811affc9b3
5 changed files with 15 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ xml.channel do |channel|
channel.item do |item|
item.title post.display_title
item.description do |desc|
desc.cdata! post.content
desc.cdata! post.feed_content
end
item.guid(post.slug, isPermaLink: true)
item.pubDate post.machine_published_at