Skip to content

Commit

Permalink
One more.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 17, 2016
1 parent b7899ea commit d73a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Expand Up @@ -613,7 +613,7 @@ def provide_context_and_uptodate(self, classification, lang):

def should_generate_classification_list(self, classification, post_list, lang):
"""Only generates list of posts for classification if this function returns True."""
raise True
return True

def postprocess_posts_per_classification(self, posts_per_classification_per_language, flat_hierarchy_per_lang=None, hierarchy_lookup_per_lang=None):
"""Rearrange, modify or otherwise use the list of posts per classification and per language.
Expand Down

0 comments on commit d73a148

Please sign in to comment.