aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-27 09:47:48 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-27 09:47:48 -0500
commitb8af1f55aed0b89dfa7e18a2a0a1e0ab3bff0467 (patch)
tree7c8ca76c5e728ace0bf0fa7c847afb30ab107073 /Makefile
parent8412b7179fc4488d29235fa0c7ce3c80c3a0850c (diff)
toc on sidebar for md files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c218f2..84cc760 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ $(BUILD_DIR)/stories/%.html: md/%.md | $(BUILD_DIR)/stories
pandoc "$<" \
--standalone \
--embed-resources \
- --template template.html \
+ --template article_template.html \
-o "$@"