Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forgot one instance
  • Loading branch information
da2x committed Sep 18, 2015
1 parent 900131f commit e2fd0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/authors.py
Expand Up @@ -237,7 +237,7 @@ def author_rss(self, author, lang, posts, kw):
'actions': [(utils.generic_rss_renderer,
(lang, "{0} ({1})".format(kw["blog_title"](lang), self._get_title(author)),
kw["site_url"], None, post_list,
output_name, kw["rss_teasers"], kw["rss_plain"], kw['feed_length'],
output_name, kw["feed_teasers"], kw["feed_plain"], kw['feed_length'],
feed_url, None, kw["rss_link_append_query"]))],
'clean': True,
'uptodate': [utils.config_changed(kw, 'nikola.plugins.task.authors:rss')] + deps_uptodate,
Expand Down

0 comments on commit e2fd0cb

Please sign in to comment.