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_microlog.bash | |
| parent | 2738eb065c5a9c83ee30d3039d8e4fc6cbe71065 (diff) | |
move capsule log headers to templates/
Diffstat (limited to 'capsule/build_microlog.bash')
| -rwxr-xr-x | capsule/build_microlog.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capsule/build_microlog.bash b/capsule/build_microlog.bash index f062f24..67b21a6 100755 --- a/capsule/build_microlog.bash +++ b/capsule/build_microlog.bash @@ -1,7 +1,7 @@ #!/bin/bash MICROLOG="content/logs/microlog.gmi" -MICROLOG_HEADER="microlog-header.gmi" +MICROLOG_HEADER="templates/microlog-header.gmi" MICROLOG_SRC_DIR="microlog" HR="-----------------------------------------------------------------------" |
