summaryrefslogtreecommitdiffstats
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
parent49fb19170a74accf51aa13ef0600a0d15f707737 (diff)
downloadgit2hugo-66dfe0e665ebeb0dce1ff290b77245e4a9fadd88.tar.gz
g2h: Add 'Log' to log title
-rw-r--r--g2h/gen.py2
-rw-r--r--test_repo/git.tgzbin16230 -> 16230 bytes
2 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')
diff --git a/test_repo/git.tgz b/test_repo/git.tgz
index 69bb3be..8506102 100644
--- a/test_repo/git.tgz
+++ b/test_repo/git.tgz
Binary files differ