diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-18 18:57:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 22:57:35 +0100 |
| commit | 34a58b7bfefe96365aed66a24ccb154793149313 (patch) | |
| tree | 1b4937c30757a2ff3022f8d1c45608b89b72a0c9 | |
| parent | a10ad5804b78a50802d597edcd09df5dc6a3395b (diff) | |
| download | wiki-34a58b7bfefe96365aed66a24ccb154793149313.tar.gz wiki-34a58b7bfefe96365aed66a24ccb154793149313.tar.bz2 wiki-34a58b7bfefe96365aed66a24ccb154793149313.zip | |
update azerothcore.html (#383)
| -rw-r--r-- | _layouts/azerothcore.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} %} |
