diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-08-24 14:15:25 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-08-24 14:15:25 +0200 |
| commit | 66dfe0e665ebeb0dce1ff290b77245e4a9fadd88 (patch) | |
| tree | ba259d7247b71e2fd75a4f9e00c5943dc2ed204c | |
| parent | 49fb19170a74accf51aa13ef0600a0d15f707737 (diff) | |
| download | git2hugo-66dfe0e665ebeb0dce1ff290b77245e4a9fadd88.tar.gz | |
g2h: Add 'Log' to log title
| -rw-r--r-- | g2h/gen.py | 2 | ||||
| -rw-r--r-- | test_repo/git.tgz | bin | 16230 -> 16230 bytes |
2 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') diff --git a/test_repo/git.tgz b/test_repo/git.tgz Binary files differindex 69bb3be..8506102 100644 --- a/test_repo/git.tgz +++ b/test_repo/git.tgz |