Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use lowercase consistently in code
  • Loading branch information
Roberto Alsina committed Jun 5, 2017
1 parent a24d79a commit 3bd9cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -546,7 +546,7 @@ def __init__(self, **config):
'MARKDOWN_EXTENSIONS': ['fenced_code', 'codehilite'], # FIXME: Add 'extras' in v8
'MAX_IMAGE_SIZE': 1280,
'MATHJAX_CONFIG': '',
'METADATA_FORMAT': 'Nikola',
'METADATA_FORMAT': 'nikola',
'METADATA_MAPPING': {},
'NEW_POST_DATE_PATH': False,
'NEW_POST_DATE_PATH_FORMAT': '%Y/%m/%d',
Expand Down

0 comments on commit 3bd9cb5

Please sign in to comment.