Update RSS feeds

This commit is contained in:
2024-01-27 11:01:22 +11:00
parent f194e216d0
commit f680ee8647
5 changed files with 20 additions and 6 deletions

View File

@@ -12,13 +12,13 @@ xml.channel do |channel|
channel.alternate_feed do |item|
item.link "/feeds/rss"
item.title "Main feed (this feed)"
item.description "The main feed, with all the posts"
item.description "Containing longer text posts and bookmarks"
end
channel.alternate_feed do |item|
item.link "/feeds/statuses_rss"
item.title "Statuses / Microblog"
item.description "Ony shorter posts, usually also appearing on Mastodon"
item.description "Only shorter posts and photo posts, usually also appearing on Mastodon"
end
posts.each do |post|

View File

@@ -12,13 +12,13 @@ xml.channel do |channel|
channel.alternate_feed do |item|
item.link "/feeds/rss"
item.title "Main feed"
item.description "The main feed, with all the posts"
item.description "Containing longer text posts and bookmarks"
end
channel.alternate_feed do |item|
item.link "/feeds/statuses_rss"
item.title "Statuses / Microblog (this feed)"
item.description "Ony shorter posts, usually also appearing on Mastodon"
item.description "Only shorter posts and photo posts, usually also appearing on Mastodon"
end
posts.each do |post|