Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix tests (remove colors from default settings)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 15, 2015
1 parent 6984ccb commit f7b6d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/nikola.py
Expand Up @@ -441,7 +441,6 @@ def __init__(self, **config):
'POSTS': (("posts/*.txt", "posts", "post.tmpl"),),
'POSTS_SECTIONS': True,
'POSTS_SECTION_ARE_INDEXES': True,
'POSTS_SECTION_COLORS': {},
'POSTS_SECTION_DESCRIPTIONS': "",
'POSTS_SECTION_FROM_META': False,
'POSTS_SECTION_NAME': "",
Expand Down

0 comments on commit f7b6d48

Please sign in to comment.