diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-08-24 18:31:16 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-08-24 18:31:40 +0200 |
| commit | c665dae57b12a80004e7ee4fca4ea5e9df7378d6 (patch) | |
| tree | 5dd37dfc186d6bba76d30040a24d2c81983bcbfa /g2h/overview_page.py | |
| parent | 54f78e712baafa9ab6072508e004b2b6bf6430f8 (diff) | |
| download | git2hugo-c665dae57b12a80004e7ee4fca4ea5e9df7378d6.tar.gz | |
g2h: Link to commit pages from overview page
Diffstat (limited to 'g2h/overview_page.py')
| -rw-r--r-- | g2h/overview_page.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g2h/overview_page.py b/g2h/overview_page.py index 8c7a69c..76de8cc 100644 --- a/g2h/overview_page.py +++ b/g2h/overview_page.py @@ -9,6 +9,7 @@ class OverviewPage(Page): def context(self): return { 'branches': self.branches, + 'content_subdir': self.content_subdir, 'tags': self.tags, 'title': self.name } |