summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-24 18:58:26 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-24 18:58:26 +0200
commitbfb9afa2a57c3c302dde2c9669425d365c3f9b40 (patch)
treeb0f3f327becfd078b16ff777cde3b1ba93885954 /templates
parent3d06cd01a52382982964a2c40036ca1dabb76501 (diff)
downloadgit2hugo-bfb9afa2a57c3c302dde2c9669425d365c3f9b40.tar.gz
g2h: Add redacted authors email to commit page
Diffstat (limited to 'templates')
-rw-r--r--templates/commit.md2
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') }}
```