diff options
| -rwxr-xr-x | build-html.sh | 2 |
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 |
