Allow all posts to appear as weekly posts
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user