summaryrefslogtreecommitdiff
path: root/build-html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-html.sh')
-rwxr-xr-xbuild-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-html.sh b/build-html.sh
index 99972a5..1302352 100755
--- a/build-html.sh
+++ b/build-html.sh
@@ -14,7 +14,7 @@ if [[ -z "$markdown_file" ]]; then
pandoc "$markdown_file" -f markdown+hard_line_breaks \
-t html5 -H "header.html" \
- --template="default.html" \
+ --template="default.html5" \
-o "$output_file" --verbose --highlight-style=breezedark