From 7481e417d69af5fa3e4bfc78e9aa45f8b2d369ce Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:08:01 -0500 Subject: fix toc with heading padding stuff --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84cc760..4bf5b8b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ $(BUILD_DIR)/stories/%.html: md/%.md | $(BUILD_DIR)/stories pandoc "$<" \ --standalone \ --embed-resources \ - --template article_template.html \ + --toc \ + --template template.html \ -o "$@" -- cgit v1.3.1