diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-17 09:08:39 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-17 09:08:39 +0100 |
| commit | 65b3169d98c6c555e85ad1defc7413b78155c237 (patch) | |
| tree | d2019655f85618f6a00f927c7d38c6e439538c81 /http/bin | |
| parent | 122febceb416d66ee236184bb87e68ad1ae3ad2f (diff) | |
fix bug in blog script: set layout_name to default
Diffstat (limited to 'http/bin')
| -rwxr-xr-x | http/bin/blog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/blog b/http/bin/blog index b5692eb..5eb8961 100755 --- a/http/bin/blog +++ b/http/bin/blog @@ -37,7 +37,7 @@ USAGE extract_args_cmd="head -n 0 | echo \"POST_TITLE=\\\"\${POST_TITLE}\\\"\"" file_pattern="*" log_name="" -layout="default" +layout_name="default" postprocess_cmd="echo" use_filenames_for_titles=0 |
