From 40d193b330443ea074f42674ed18f463fc8e422e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 7 Feb 2021 19:20:16 +0100 Subject: Move images and stylesheets in subfolders --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index b4fc8f8..617645c 100755 --- a/build.sh +++ b/build.sh @@ -38,7 +38,8 @@ sed -i s/'{TITLE}'/"${title}"/ ${output} link_stylesheets='' for s in "${stylesheets[@]}" do - link_stylesheets+=$(printf '\n' "${s}") + link_template='\n' + link_stylesheets+=$(printf "${link_template}" "${s}") done sed -i /'{STYLESHEETS}'/'c\'"${link_stylesheets}" ${output} -- cgit v1.2.3