Skip to content

Commit

Permalink
buglet in post-list shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 22, 2016
1 parent 3bd89b7 commit da534bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/post_list.py
Expand Up @@ -186,7 +186,7 @@ def run(self):
def _do_post_list(start=None, stop=None, reverse=False, tags=None, categories=None,
sections=None, slugs=None, post_type='post', type=False, all=False,
lang=None, template='post_list_directive.tmpl', sort=None,
id=None, data=None, state=None, site=None, date=None, filename=None):
id=None, data=None, state=None, site=None, date=None, filename=None, post=None):
if lang is None:
lang = utils.LocaleBorg().current_lang
if site.invariant: # for testing purposes
Expand Down

0 comments on commit da534bd

Please sign in to comment.