Update RSS feed

This commit is contained in:
2024-03-14 21:27:02 +11:00
parent 8c5cd44c52
commit fce549ac4b
4 changed files with 13 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ xml.channel do |channel|
posts.each do |post|
channel.item do |item|
item.title post.raw_content
item.title post.display_title
item.description do |desc|
desc.cdata! post.feed_content
end