summaryrefslogtreecommitdiffstats
path: root/g2h
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-08-24 14:15:25 +0200
committerChristoph Schlosser <christoph@linux.com>2025-08-24 14:15:25 +0200
commit66dfe0e665ebeb0dce1ff290b77245e4a9fadd88 (patch)
treeba259d7247b71e2fd75a4f9e00c5943dc2ed204c /g2h
parent49fb19170a74accf51aa13ef0600a0d15f707737 (diff)
downloadgit2hugo-66dfe0e665ebeb0dce1ff290b77245e4a9fadd88.tar.gz
g2h: Add 'Log' to log title
Diffstat (limited to 'g2h')
-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')