diff options
Diffstat (limited to 'g2h/gen.py')
| -rw-r--r-- | g2h/gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ class Generator: context = { 'commits': commits_context, - 'title': name + 'title': name + ': Log' } self._render('log.md', context, 'l.md') |