Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
nikola/nikola.py
|
@@ -962,7 +962,7 @@ def __init__(self, **config): |
|
|
self._GLOBAL_CONTEXT['transition'] = config.get('THEME_REVEAL_CONFIG_TRANSITION', 'cube') |
|
|
|
|
|
# The pelican metadata format requires a markdown extension |
|
|
if config.get('METADATA_FORMAT').lower() == 'pelican': |
|
|
if config.get('METADATA_FORMAT', 'nikola').lower() == 'pelican': |
|
|
if 'markdown.extensions.meta' not in config.get('MARKDOWN_EXTENSIONS', []) \ |
|
|
and 'markdown' in self.config['COMPILERS']: |
|
|
utils.LOGGER.warn('To use the pelican metadata format you need to add ' |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.