Skip to content

Commit

Permalink
a bit too quick on the old commit there
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Jul 12, 2015
1 parent ac9a7bc commit 1526c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/tags.py
Expand Up @@ -310,7 +310,7 @@ def tag_page_as_list(self, tag, lang, post_list, kw, is_category):
context["description"] = self._get_description(tag, is_category, lang)
if is_category:
context["subcategories"] = self._get_subcategories(tag)
context_source["pagekind"] = ["list", "tag_page"]
context["pagekind"] = ["list", "tag_page"]
task = self.site.generic_post_list_renderer(
lang,
post_list,
Expand Down

0 comments on commit 1526c8d

Please sign in to comment.