diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-25 09:50:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-25 10:06:17 +0100 |
| commit | e8ef355d0ec02a6bb5ad84ab61ad7aba329a4b54 (patch) | |
| tree | c55faf0731f9a6a3d0ec0e81bafc789d807781e3 /capsule/build_loglog.bash | |
| parent | 2738eb065c5a9c83ee30d3039d8e4fc6cbe71065 (diff) | |
move capsule log headers to templates/
Diffstat (limited to 'capsule/build_loglog.bash')
| -rwxr-xr-x | capsule/build_loglog.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsule/build_loglog.bash b/capsule/build_loglog.bash index 0d50b5d..247da74 100755 --- a/capsule/build_loglog.bash +++ b/capsule/build_loglog.bash @@ -2,7 +2,7 @@ TMP="tmp-build-loglog-$(date +%s%N)" LOGLOG="content/logs/loglog.gmi" -LOGLOG_HEADER="loglog-header.gmi" +LOGLOG_HEADER="templates/loglog-header.gmi" new_filename() { |
