From bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Thu, 18 Sep 2025 23:17:24 +0200 Subject: g2h: Add navbar --- g2h/commit_page.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g2h/commit_page.py') diff --git a/g2h/commit_page.py b/g2h/commit_page.py index 03d74ab..84374e6 100644 --- a/g2h/commit_page.py +++ b/g2h/commit_page.py @@ -31,5 +31,6 @@ class CommitPage(Page): 'commit': self.commit, 'title': self.name + ': ' + self.commit.hexsha, 'redacted_email': redact_email(self.commit.author.email), - 'content_subdir': self.content_subdir + 'content_subdir': self.content_subdir, + 'this_commit': self.commit } -- cgit v1.2.3