From 2811ed640687000948c98c5a2b5fa79f5ce080e7 Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 4 Feb 2025 21:29:53 +0100 Subject: fix blog posts being unstyled --- .zs/scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zs/scripts') diff --git a/.zs/scripts b/.zs/scripts index fa52dd6..7e1f2ad 100755 --- a/.zs/scripts +++ b/.zs/scripts @@ -10,7 +10,7 @@ if [ -z "$ZS_PRODUCTION" ]; then fi for js in $JS; do - printf "\n" "$js" + printf "\n" "$js" done printf "" -- cgit v1.2.3