summaryrefslogtreecommitdiff
path: root/_layouts/azerothcore.html
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-22 14:39:36 +0200
committerGitHub <noreply@github.com>2021-04-22 14:39:36 +0200
commitd9b3dfb16e97bca685376e72b779a2e23036f750 (patch)
tree2910b76300a90cfd5b97c905549dc84265cdf229 /_layouts/azerothcore.html
parent0c6e1c83d90ad07d3fe59d80b2bb2406aabd3c8e (diff)
downloadwiki-d9b3dfb16e97bca685376e72b779a2e23036f750.tar.gz
wiki-d9b3dfb16e97bca685376e72b779a2e23036f750.tar.bz2
wiki-d9b3dfb16e97bca685376e72b779a2e23036f750.zip
frontmatter variables for the ToC
Diffstat (limited to '_layouts/azerothcore.html')
-rw-r--r--_layouts/azerothcore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html
index 318b37e..4b46411 100644
--- a/_layouts/azerothcore.html
+++ b/_layouts/azerothcore.html
@@ -36,7 +36,7 @@
{% endif %}
{% if site.tableofcontents %}
- {% include git-wiki/components/toc/toc-lib.html title="Contents:" minHeaders=1 html=content sanitize=true class="inline_toc" h_min=1 h_max=2 ordered=1 %}
+ {% include git-wiki/components/toc/toc-lib.html title="Contents:" minHeaders=1 html=content sanitize=true class="inline_toc" h_min={{ page.toc_h_min | default: 1 }} h_max={{ page.toc_h_max | default: 2 }} ordered={{ page.toc_ordered | default: 1 }} %}
{% endif %}
{% if site.inc_after_toc %}