Skip to content

Commit

Permalink
General improvement: also providing language.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 25, 2016
1 parent cf9f477 commit d63d8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/post.py
Expand Up @@ -543,6 +543,7 @@ def compile(self, lang):
'source': self.translated_source_path(lang),
'dest': dest,
'post': self,
'lang': lang,
})

if self.publish_later:
Expand Down

0 comments on commit d63d8e3

Please sign in to comment.