diff --git a/Website/generate.sh b/Website/generate.sh index d4ebce7..063ff55 100755 --- a/Website/generate.sh +++ b/Website/generate.sh @@ -10,7 +10,8 @@ # This next command makes it possible for variable expansion to happen when applying the header echo `eval $'cat <<\002\n'"$( $PAGE_BASENAME.html # The way this does the echo of the cat command causes the white space to be removed - echo `cat pages/$PAGE_BASENAME.htm tmpl/footer.htm` >> $PAGE_BASENAME.html + cat pages/$PAGE_BASENAME.htm tmpl/footer.htm >> $PAGE_BASENAME.html + # | sed -e "s/^[ \t]*//g" -e ":a;N;$!ba;s/\n//g" } ApplyTemplates "About" "" index