diff --git a/app/repos/post_repo.rb b/app/repos/post_repo.rb index 09f7ed7..03e000e 100644 --- a/app/repos/post_repo.rb +++ b/app/repos/post_repo.rb @@ -96,8 +96,7 @@ module Adamantium def week_posts(limit: nil) posts - .where(post_type: "post", location: nil) - .exclude(name: nil) + .where(post_type: "post") .weekly .published .combine(:tags)