Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed May 9, 2018
1 parent 41567da commit 84f237e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/shortcode/post_list.py
Expand Up @@ -121,6 +121,7 @@ class PostListShortcode(ShortcodePlugin):
name = "post_list"

def set_site(self, site):
"""Set the site."""
super(PostListShortcode, self).set_site(site)
site.register_shortcode('post-list', self.handler)

Expand Down

0 comments on commit 84f237e

Please sign in to comment.