summaryrefslogtreecommitdiffstats
path: root/g2h/file_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'g2h/file_page.py')
-rw-r--r--g2h/file_page.py1
1 files changed, 1 insertions, 0 deletions
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
}