diff options
Diffstat (limited to 'templates/commit.md')
| -rw-r--r-- | templates/commit.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/commit.md b/templates/commit.md new file mode 100644 index 0000000..fcf57b7 --- /dev/null +++ b/templates/commit.md @@ -0,0 +1,9 @@ +{% include '_head.md' %} + +**Commit**: {{ commit.hexsha }} +**Author**: {{ commit.author }} +**Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} + +``` +{{ commit.message }} +``` |