summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-17 09:08:39 +0100
committerJoe Carstairs <me@joeac.net>2026-06-17 09:08:39 +0100
commit65b3169d98c6c555e85ad1defc7413b78155c237 (patch)
treed2019655f85618f6a00f927c7d38c6e439538c81 /http
parent122febceb416d66ee236184bb87e68ad1ae3ad2f (diff)
fix bug in blog script: set layout_name to default
Diffstat (limited to 'http')
-rwxr-xr-xhttp/bin/blog2
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