diff --git a/app/repos/post_repo.rb b/app/repos/post_repo.rb index 09a14a2..db082d8 100644 --- a/app/repos/post_repo.rb +++ b/app/repos/post_repo.rb @@ -97,6 +97,7 @@ module Adamantium def for_rss posts .where(post_type: "post", location: nil) + .exclude(name: nil) .published .combine(:tags) .order(Sequel.desc(:published_at))