Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d63d8e3

Browse files
committedDec 25, 2016
General improvement: also providing language.
1 parent cf9f477 commit d63d8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nikola/post.py

+1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ def compile(self, lang):
543543
'source': self.translated_source_path(lang),
544544
'dest': dest,
545545
'post': self,
546+
'lang': lang,
546547
})
547548

548549
if self.publish_later:

0 commit comments

Comments
 (0)
Please sign in to comment.