From 5f2b262219e77d64ecd0cee7245f632e95c56130 Mon Sep 17 00:00:00 2001 From: yctct Date: Sun, 6 Apr 2025 18:44:12 +0200 Subject: Update link to template --- build-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3