Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix 2066
  • Loading branch information
ralsina committed Sep 15, 2015
1 parent 4e0142b commit 0d66350
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 @@ -19,6 +19,7 @@ Features
Bugfixes
--------

* Rebuild pages when user changes POST_SECTION_COLORS (Issue #2066)
* In listings, if lexer is not specified, use literal (Issue #2078)
* Remove bogus ambiguity on listing links (Issue #2080)
* Unix-slash caused conflict in windows (Issue #2079)
Expand Down
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -945,6 +945,7 @@ def _set_global_context(self):
self._GLOBAL_CONTEXT['hidden_categories'] = self.config.get('HIDDEN_CATEGORIES')
self._GLOBAL_CONTEXT['hidden_authors'] = self.config.get('HIDDEN_AUTHORS')
self._GLOBAL_CONTEXT['url_replacer'] = self.url_replacer
self._GLOBAL_CONTEXT['post_section_colors'] = self.config.get['POST_SECTION_COLORS']

# IPython theme configuration. If a website has ipynb enabled in post_pages
# we should enable the IPython CSS (leaving that up to the theme itself).
Expand Down

0 comments on commit 0d66350

Please sign in to comment.