We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e9e38 commit 75a2f72Copy full SHA for 75a2f72
v7/upgrade_metadata/upgrade_metadata.py
@@ -26,7 +26,7 @@
26
27
from __future__ import unicode_literals
28
import io
29
-
+import nikola.post
30
from nikola.plugin_categories import Command
31
from nikola import utils
32
@@ -50,6 +50,8 @@ class UpgradeMetadata(Command):
50
51
def _execute(self, options, args):
52
L = utils.get_logger('upgrade_metadata', self.site.loghandlers)
53
+ nikola.post._UPGRADE_METADATA_ADVERTISED = True
54
+
55
# scan posts
56
self.site.scan_posts()
57
flagged = []
0 commit comments