Navigation Menu

Skip to content

Commit

Permalink
Adding dependency on render_posts for Atom feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 4, 2016
1 parent bc93e97 commit 4274dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -2293,6 +2293,7 @@ def generic_index_renderer(self, lang, posts, indexes_title, template_name, cont
"basename": basename,
"name": atom_output_name,
"file_dep": sorted([_.base_path for _ in post_list]),
"task_dep": ['render_posts'],
"targets": [atom_output_name],
"actions": [(self.atom_feed_renderer,
(lang,
Expand Down

0 comments on commit 4274dc6

Please sign in to comment.