Skip to content

Commit

Permalink
Remove hint on plugin (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 1, 2018
1 parent 1e184d8 commit 51f3e7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nikola/post.py
Expand Up @@ -281,10 +281,9 @@ def __init__(
LOGGER.warn('The post "{0}" uses the "mathjax" tag.'.format(self.source_path))
show_warning = True
if show_warning:
LOGGER.warn('It is suggested that you convert special tags to metadata and set ' +
'USE_TAG_METADATA to False. You can use the XXX command plugin for ' +
'conversion. Change the WARN_ABOUT_TAG_METADATA configuration to ' +
'disable this warning.')
LOGGER.warn('It is suggested that you convert special tags to metadata and set '
'USE_TAG_METADATA to False. Change the WARN_ABOUT_TAG_METADATA '
'configuration to disable this warning.')
if self.config['USE_TAG_METADATA']:
if 'draft' in [_.lower() for _ in self._tags[lang]]:
is_draft = True
Expand Down

0 comments on commit 51f3e7f

Please sign in to comment.