Skip to content

Commit a0e58f2

Browse files
committedSep 15, 2015
doh
1 parent 0d66350 commit a0e58f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/nikola.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def _set_global_context(self):
945945
self._GLOBAL_CONTEXT['hidden_categories'] = self.config.get('HIDDEN_CATEGORIES')
946946
self._GLOBAL_CONTEXT['hidden_authors'] = self.config.get('HIDDEN_AUTHORS')
947947
self._GLOBAL_CONTEXT['url_replacer'] = self.url_replacer
948-
self._GLOBAL_CONTEXT['post_section_colors'] = self.config.get['POST_SECTION_COLORS']
948+
self._GLOBAL_CONTEXT['post_section_colors'] = self.config.get('POST_SECTION_COLORS')
949949

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

0 commit comments

Comments
 (0)
Please sign in to comment.