summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a06e34d..b94cdb1 100755
--- a/build.sh
+++ b/build.sh
@@ -15,9 +15,9 @@ render () {
--to html \
--template html/template.html \
$toc \
+ --number-sections \
--output html/$file.html
# --highlight-style=STYLE \
- # --number-sections \
}
render html index "false"