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/file_page.py | 1 + 1 file changed, 1 insertion(+) (limited to 'g2h/file_page.py') diff --git a/g2h/file_page.py b/g2h/file_page.py index 67ddf6d..a558254 100644 --- a/g2h/file_page.py +++ b/g2h/file_page.py @@ -42,5 +42,6 @@ class FilePage(Page): 'content_subdir': self.content_subdir, 'file_extension': os.path.splitext(self.file_name)[1].lstrip('.'), 'title': self.name + ': ' + self.file_name, + 'this_commit': self.commit, 'type': file_type } -- cgit v1.2.3