From 7654bcc6be740276477eb2f2d6d8d90c4a63ff83 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Fri, 13 Jul 2018 18:03:47 -0400 Subject: Navbar working. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b9c25a9..fac7346 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ all: css 53hor.net atc.53hor.net html/53hor.net/%.html: md/53hor.net/%.md md/53hor.net/include/nav.inc @echo "53hor.net: $< -> $@" @mkdir -p "$(@D)" - @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=2 -B md/53hor.net/include/nav.inc -c /include/styles.css -o "$@" + @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -B md/53hor.net/include/nav.inc -c /include/styles.css -o "$@" .PHONY: atc.53hor.net atc.53hor.net: $(ATC_HTML) -- cgit v1.2.3