Skip to content

Commit

Permalink
Makeing sure messages are always there.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 17, 2016
1 parent ba16539 commit e77eae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/task/taxonomies.py
Expand Up @@ -223,6 +223,7 @@ def _generate_classification_page(self, taxonomy, classification, post_list, lan
# Get data
context, kw = taxonomy.provide_context_and_uptodate(classification, lang)
kw = copy(kw)
kw['messages'] = self.site.MESSAGES
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 e77eae8

Please sign in to comment.