We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb0e5d commit 5e60a1aCopy full SHA for 5e60a1a
v6/random_post/random_post.py
@@ -59,7 +59,7 @@ def gen_tasks(self):
59
(create_json, (output_filename, urls)),
60
(create_index, (output_index, )),
61
],
62
- 'uptodate': [utils.config_changed({1: self.site.timeline})],
+ 'uptodate': [utils.config_changed({1: kw, 2: self.site.timeline})],
63
}
64
65
0 commit comments