diff options
-rw-r--r-- | Makefile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.scm b/Makefile.scm index 7c0efea..6a40e43 100644 --- a/Makefile.scm +++ b/Makefile.scm @@ -81,7 +81,7 @@ exec chibi-scheme -A utils/ $0 $@ "--data-dir=." (string-append "--resource-path=" input) ; "--base-header-level=2" This is the old way - "--shift-heading-level-by=-1" ;is the new way + "--shift-heading-level-by=1" ;is the new way "--template=web-simple.html" "--lua-filter=toc.lua" "--lua-filter=anchored-h.lua" @@ -107,7 +107,7 @@ exec chibi-scheme -A utils/ $0 $@ "--embed-resources" ;"--self-contained" ; Old way to do --embed-resources ; "--base-header-level=2" This is the old way - "--shift-heading-level-by=-1" ;is the new way + "--shift-heading-level-by=1" ;is the new way "--data-dir=." (string-append "--resource-path=./templates/web/:" "./templates:" |