Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot one.
  • Loading branch information
felixfontein committed Nov 27, 2016
1 parent 57dd9ad commit 1fd0cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nikola/plugins/task/taxonomies.py
Expand Up @@ -78,6 +78,7 @@ def _generate_classification_overview(self, taxonomy, lang):
context = copy(context)
kw = copy(kw)
kw["messages"] = self.site.MESSAGES
kw["translations"] = self.site.config['TRANSLATIONS']
kw["filters"] = self.site.config['FILTERS']
kw["minimum_post_count"] = taxonomy.minimum_post_count_per_classification_in_overview
kw["output_folder"] = self.site.config['OUTPUT_FOLDER']
Expand Down Expand Up @@ -261,6 +262,7 @@ def _generate_classification_page(self, taxonomy, classification, post_list, lan
context, kw = taxonomy.provide_context_and_uptodate(classification, lang)
kw = copy(kw)
kw["messages"] = self.site.MESSAGES
kw["translations"] = self.site.config['TRANSLATIONS']
kw["filters"] = self.site.config['FILTERS']
kw["site_url"] = self.site.config['SITE_URL']
kw["blog_title"] = self.site.config['BLOG_TITLE']
Expand Down

0 comments on commit 1fd0cc5

Please sign in to comment.