From b06dbf67b9ac9e329922d7911ee7a9b09419c5f0 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 30 Aug 2025 19:36:51 +0200 Subject: g2h: Link to tree from commit page --- templates/commit.md | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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 }} -- cgit v1.2.3