We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65528a5 commit 2b94d15Copy full SHA for 2b94d15
spritesanddice/templatetags/menu_tags.py
@@ -63,8 +63,7 @@ def sidebar_posts(context):
63
MAX_POSTS = 4 # Number of posts displayed per category
64
home_page = context.request.site.root_page
65
66
- # root_pages = home_page.get_children().specific().live().public()
67
- root_pages = home_page.get_children().specific().live()
+ root_pages = home_page.get_children().specific().live().public()
68
categories = []
69
70
# If you are viewing a category page, don't include that category in the sidebar
0 commit comments