diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 20:05:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 20:05:04 +0300 |
| commit | a9e9d2db616c4cb1a1fd192e38d53fba69b0102d (patch) | |
| tree | bdc1e0486fab2478c8d4da2092080a71747b5132 /README.md | |
| parent | 9b3f994be65fe37516c74a60aa158b5bb340b20d (diff) | |
Resolve default template directory fallback for 1j0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -117,5 +117,8 @@ flag wins. ## HTML templates Templates live under `share/templates/default` in the source tree and under the -installed template directory after installation. Copy and edit them, then point -`TEMPLATE_DIR` or `--template PATH` at the customized directory. +installed template directory after installation. The stock default resolves to +the installed template directory when it exists, and otherwise falls back to the +source tree's `share/templates/default` when running from a checkout. Copy and +edit templates, then point `TEMPLATE_DIR` or `--template PATH` at the customized +directory. |
