Skip to content

Commit ae4afed

Browse files
committedJun 4, 2015
Merge pull request #87 from getnikola/random_post-uptodate
Depends on site.timeline
2 parents 32f0a23 + 5e60a1a commit ae4afed

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
 

‎v6/random_post/random_post.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ MaxVersion = 7.2.0
88

99
[Documentation]
1010
Author = Manuel Kaufmann
11-
Version = 0.1
11+
Version = 0.2
1212
Website = http://plugins.getnikola.com/#random_post
1313
Description = Show a random post

‎v6/random_post/random_post.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def gen_tasks(self):
5959
(create_json, (output_filename, urls)),
6060
(create_index, (output_index, )),
6161
],
62-
'uptodate': [utils.config_changed(kw)],
62+
'uptodate': [utils.config_changed({1: kw, 2: self.site.timeline})],
6363
}
6464

6565

‎v6/random_post/requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Nikola
2-
doit
3-
logbook
1+

0 commit comments

Comments
 (0)
Failed to load comments.