summaryrefslogtreecommitdiffstats
path: root/g2h/gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'g2h/gen.py')
-rw-r--r--g2h/gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g2h/gen.py b/g2h/gen.py
index 91fab82..9591d87 100644
--- a/g2h/gen.py
+++ b/g2h/gen.py
@@ -36,7 +36,7 @@ class Generator:
context = {
'commits': commits_context,
- 'title': name
+ 'title': name + ': Log'
}
self._render('log.md', context, 'l.md')