diff options
Diffstat (limited to 'templates/commit.md')
| -rw-r--r-- | templates/commit.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/commit.md b/templates/commit.md index 4ea5594..8648760 100644 --- a/templates/commit.md +++ b/templates/commit.md @@ -3,6 +3,7 @@ **Commit**: {{ commit.hexsha }} **Author**: {{ commit.author }} <{{ redacted_email }}> **Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} +**Tree**: [Browse](/{{ content_subdir }}/{{ commit.hexsha }}/t) ``` {{ commit.message }} |