diff --git a/Makefile b/Makefile
index fe9a6cc..2526db3 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ out_/%.html: %.md Makefile templates/easy_template.html
printf "
Redirecting to /$(@:out_/%=%)" "$@" > $(subst -,_,$@)
printf "Redirecting to /$(@:out_/%=%)" "$@" > $(subst pattern/,patterns/,$@)
printf "Redirecting to /$(@:out_/%=%)" "$@" > $(subst -,_,$(subst pattern/,patterns/,$@))
- /tmp/bin/pandoc -s -f markdown+footnotes-smart -t html --template=templates/easy_template.html -c "${style}" --highlight-style haddock "$<" | sed -E 's/[ ]{16}//g' | minify --type 'html' --html-keep-document-tags > "$@"
+ /tmp/bin/pandoc -s -f markdown+footnotes-smart -t html --template=templates/easy_template.html -c "${style}" --highlight-style haddock "$<" | sed -E 's/^[ ]{16}//g' | minify --type 'html' --html-keep-document-tags > "$@"
out_/%.ico : media/%.ico
ln "$<" "$@"