We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d66350 commit a0e58f2Copy full SHA for a0e58f2
nikola/nikola.py
@@ -945,7 +945,7 @@ def _set_global_context(self):
945
self._GLOBAL_CONTEXT['hidden_categories'] = self.config.get('HIDDEN_CATEGORIES')
946
self._GLOBAL_CONTEXT['hidden_authors'] = self.config.get('HIDDEN_AUTHORS')
947
self._GLOBAL_CONTEXT['url_replacer'] = self.url_replacer
948
- self._GLOBAL_CONTEXT['post_section_colors'] = self.config.get['POST_SECTION_COLORS']
+ self._GLOBAL_CONTEXT['post_section_colors'] = self.config.get('POST_SECTION_COLORS')
949
950
# IPython theme configuration. If a website has ipynb enabled in post_pages
951
# we should enable the IPython CSS (leaving that up to the theme itself).
0 commit comments