Skip to content

Commit

Permalink
Changing defaults to convice people to stop using this, and to set up…
Browse files Browse the repository at this point in the history
… new sites with the new system.
  • Loading branch information
felixfontein committed Apr 28, 2018
1 parent b3d8f47 commit f69c5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nikola/conf.py.in
Expand Up @@ -1303,9 +1303,9 @@ GLOBAL_CONTEXT_FILLER = []

# If set to True, the tags 'draft', 'mathjax' and 'private' have special
# meaning. If set to False, these tags are handled like regular tags.
# USE_TAG_METADATA = True
USE_TAG_METADATA = False

# If set to True, a warning is issued if one of the 'draft', 'mathjax'
# and 'private' tags are found in a post. Useful for checking that
# migration was successful.
# WARN_ABOUT_TAG_METADATA = False
WARN_ABOUT_TAG_METADATA = False
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -588,7 +588,7 @@ def __init__(self, **config):
'USE_SLUGIFY': True,
'USE_TAG_METADATA': True,
'TIMEZONE': 'UTC',
'WARN_ABOUT_TAG_METADATA': False,
'WARN_ABOUT_TAG_METADATA': True,
'WRITE_TAG_CLOUD': False,
'DEPLOY_DRAFTS': True,
'DEPLOY_FUTURE': False,
Expand Down

0 comments on commit f69c5df

Please sign in to comment.