We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e184d8 commit 51f3e7fCopy full SHA for 51f3e7f
nikola/post.py
@@ -281,10 +281,9 @@ def __init__(
281
LOGGER.warn('The post "{0}" uses the "mathjax" tag.'.format(self.source_path))
282
show_warning = True
283
if show_warning:
284
- LOGGER.warn('It is suggested that you convert special tags to metadata and set ' +
285
- 'USE_TAG_METADATA to False. You can use the XXX command plugin for ' +
286
- 'conversion. Change the WARN_ABOUT_TAG_METADATA configuration to ' +
287
- '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.')
288
if self.config['USE_TAG_METADATA']:
289
if 'draft' in [_.lower() for _ in self._tags[lang]]:
290
is_draft = True
0 commit comments