summaryrefslogtreecommitdiffstats
path: root/g2h
diff options
context:
space:
mode:
Diffstat (limited to 'g2h')
-rw-r--r--g2h/overview_page.py1
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
}