summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-04-06 18:44:12 +0200
committeryctct <yctct@yctct.com>2025-04-06 18:44:12 +0200
commit5f2b262219e77d64ecd0cee7245f632e95c56130 (patch)
tree1c14581f5c643644abbd64791aa06b1c91455428
parenteb67dcc5df030b5d5a2de4db9d33af20fb98539e (diff)
Update link to template
-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