Skip to content

Commit

Permalink
Replicated change from commit 64e6ed8.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 20, 2015
1 parent 3b08b41 commit d5c284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -1453,7 +1453,7 @@ def scan_posts(self, really=False, ignore_quit=False, quiet=False):
else:
slugged_tags.add(utils.slugify(tag, force=True))
self.posts_per_tag[tag].append(post)
self.posts_per_category[post.meta('category')].append(post)
self._add_post_to_category(post, post.meta('category'))

if post.is_post:
# unpublished posts
Expand Down

0 comments on commit d5c284b

Please sign in to comment.