diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-18 23:17:24 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-18 23:17:24 +0200 |
| commit | bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1 (patch) | |
| tree | d9abea372078840e69e38401bce663b00dfbe07e /templates/commit.md | |
| parent | 2a592ecd951f758a62b1c4907e5da212cf1ba264 (diff) | |
| download | git2hugo-bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1.tar.gz | |
g2h: Add navbar
Diffstat (limited to 'templates/commit.md')
| -rw-r--r-- | templates/commit.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/commit.md b/templates/commit.md index d97505a..3eb2437 100644 --- a/templates/commit.md +++ b/templates/commit.md @@ -1,6 +1,8 @@ --- {% include '_head.md' %} +{% include '_nav.md' %} + **Commit**: {{ commit.hexsha }} **Author**: {{ commit.author }} <{{ redacted_email }}> **Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} |