From 7aec893c7f275a3824a9ae9bc0ba24f2c3e25d9e Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 22 Apr 2021 14:57:22 +0200 Subject: Update azerothcore.html --- _layouts/azerothcore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 664fc89..034f14a 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -36,7 +36,7 @@ {% endif %} {% if page.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=1 h_max=3 ordered=1 %} {% endif %} {% if site.inc_after_toc %} -- cgit