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

@@ -164,7 +164,7 @@ module Adamantium
def for_rss
posts
.where(post_type: "post", location: nil)
.where(post_type: ["post", "bookmark"], location: nil)
.exclude(name: nil)
.published
.combine(:tags)