From b8af1f55aed0b89dfa7e18a2a0a1e0ab3bff0467 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:47:48 -0500 Subject: toc on sidebar for md files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 "$@" -- cgit v1.3.1