From 34a58b7bfefe96365aed66a24ccb154793149313 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Mon, 18 Jan 2021 18:57:35 -0300 Subject: update azerothcore.html (#383) --- _layouts/azerothcore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index b946116..bdc07dd 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,7 +35,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - {% 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 %} + {% 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 %} {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} -- cgit