From 9e41003bcef689fe3196aeffceb2db00bdc6e7f8 Mon Sep 17 00:00:00 2001 From: DanielMowitz Date: Fri, 15 Oct 2021 20:36:39 +0200 Subject: [PATCH] Fixed a bug with the parsing of the css file in the html generator --- src/generate-website-from-md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/generate-website-from-md b/src/generate-website-from-md index 0a913d1..1da0f77 100644 --- a/src/generate-website-from-md +++ b/src/generate-website-from-md @@ -3,7 +3,6 @@ file=$1 style=$2 html_file=${file::-3}.html -style="${style:'style.css'} # Put html header in the file so it imports style.css cat > $html_file << EOF