diff options
Diffstat (limited to 'templates/commit.md')
| -rw-r--r-- | templates/commit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.md b/templates/commit.md index fcf57b7..4ea5594 100644 --- a/templates/commit.md +++ b/templates/commit.md @@ -1,7 +1,7 @@ {% include '_head.md' %} **Commit**: {{ commit.hexsha }} -**Author**: {{ commit.author }} +**Author**: {{ commit.author }} <{{ redacted_email }}> **Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} ``` |