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 /g2h/overview_page.py | |
| parent | 2a592ecd951f758a62b1c4907e5da212cf1ba264 (diff) | |
| download | git2hugo-bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1.tar.gz | |
g2h: Add navbar
Diffstat (limited to 'g2h/overview_page.py')
| -rw-r--r-- | g2h/overview_page.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g2h/overview_page.py b/g2h/overview_page.py index 0363494..145a8d7 100644 --- a/g2h/overview_page.py +++ b/g2h/overview_page.py @@ -13,6 +13,7 @@ class OverviewPage(Page): 'content_subdir': self.content_subdir, 'latest_commit_date': self.latest_commit.committed_datetime, 'tags': self.tags, - 'title': self.name + 'title': self.name, + 'this_commit': self.latest_commit } |