diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.typst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.typst b/data/templates/default.typst index 7682c5bea..55864de92 100644 --- a/data/templates/default.typst +++ b/data/templates/default.typst @@ -76,7 +76,7 @@ $endfor$ $if(toc)$ #outline( title: auto, - depth: none + depth: $toc-depth$ ); $endif$ |
