diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2026-01-22 22:22:28 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2026-01-22 22:22:28 -0500 |
| commit | 37c486a16e08ef80f5107a597b392add572735a3 (patch) | |
| tree | 9cec6c8970b56c3482ebf9b6178925a65ec076df /config.json | |
| parent | b649441e3c3e3603305f61de9e9f88e30f397736 (diff) | |
add x_revision directive to footer
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.json b/config.json index c9981f5..87daf67 100644 --- a/config.json +++ b/config.json @@ -23,6 +23,11 @@ "labels": { "comment": "comment" }, + "formats": { + "default.footer": ["%{title}", "rev. %{x_revision}", "%{page}"], + "title.footer": ["", "rev. %{x_revision}", "%{page}"], + "first.footer": ["", "rev. %{x_revision}", ""] + }, "fonts": { "annotation": { "file": "/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf" |
