Skip to content

Commit 1526c8d

Browse files
committedJul 12, 2015
a bit too quick on the old commit there
1 parent ac9a7bc commit 1526c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nikola/plugins/task/tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def tag_page_as_list(self, tag, lang, post_list, kw, is_category):
310310
context["description"] = self._get_description(tag, is_category, lang)
311311
if is_category:
312312
context["subcategories"] = self._get_subcategories(tag)
313-
context_source["pagekind"] = ["list", "tag_page"]
313+
context["pagekind"] = ["list", "tag_page"]
314314
task = self.site.generic_post_list_renderer(
315315
lang,
316316
post_list,

0 commit comments

Comments
 (0)
Please sign in to comment.