summaryrefslogtreecommitdiffstats
path: root/g2h/log_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'g2h/log_page.py')
-rw-r--r--g2h/log_page.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g2h/log_page.py b/g2h/log_page.py
index 684a758..9a3d64f 100644
--- a/g2h/log_page.py
+++ b/g2h/log_page.py
@@ -13,8 +13,8 @@ def ref_names_for_commit(refs, commit_sha):
return ref_names
class LogPage(Page):
- def __init__(self, out_dir, name, commits, branches, tags):
- super(LogPage, self).__init__('log.md', out_dir, 'l.md', name)
+ def __init__(self, out_dir, name, commits, branches, tags, content_subdir):
+ super(LogPage, self).__init__('log.md', out_dir, 'l.md', name, content_subdir)
self.commits = commits
self.branches = branches
self.tags = tags