Skip to content

Commit 0a4ea0b

Browse files
committed
Version 0.1.0 release
1 parent 5bff082 commit 0a4ea0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jinja2_git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ def parse(self, parser):
1919
"""Main method to render data into the template."""
2020
lineno = next(parser.stream).lineno
2121

22+
# TODO: add {% gitcommit 'short' %} feature
2223
result = self.call_method('_commit_hash', [], lineno=lineno)
2324
return nodes.Output([result], lineno=lineno)

0 commit comments

Comments
 (0)