Skip to content

Commit

Permalink
fix #2156
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 26, 2015
1 parent c547f88 commit da7f44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -15,6 +15,7 @@ Features
Bugfixes
--------

* Pass messages to post-list template (Issue #2156)
* Changed default log level from INFO to NOTICE (``nikola check`` is less chatty)
* Fix support for panorama images in gallery(Issue #2143)
* Support "maps.world.World" and similar charts in Pygal (Issue #2142)
Expand Down
1 change: 1 addition & 0 deletions nikola/plugins/compile/rest/post_list.py
Expand Up @@ -205,6 +205,7 @@ def run(self):
# Need to provide str, not TranslatableSetting (Issue #2104)
'date_format': self.site.GLOBAL_CONTEXT.get('date_format')[lang],
'post_list_id': post_list_id,
'messages': self.site.MESSAGES,
}
output = self.site.template_system.render_template(
template, None, template_data)
Expand Down

0 comments on commit da7f44e

Please sign in to comment.