Allow all posts to appear as weekly posts
This commit is contained in:
@@ -96,8 +96,7 @@ module Adamantium
|
|||||||
|
|
||||||
def week_posts(limit: nil)
|
def week_posts(limit: nil)
|
||||||
posts
|
posts
|
||||||
.where(post_type: "post", location: nil)
|
.where(post_type: "post")
|
||||||
.exclude(name: nil)
|
|
||||||
.weekly
|
.weekly
|
||||||
.published
|
.published
|
||||||
.combine(:tags)
|
.combine(:tags)
|
||||||
|
Reference in New Issue
Block a user