diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 19:27:46 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 19:27:46 +0100 |
| commit | 42556f199d5a8bae4f5ed6616dc0d6563e527647 (patch) | |
| tree | e5734d75432bb929bfac5aad6017f34b40c3ce1d | |
| parent | ee8613b3383f896aaf49fb693d20761c90bec0ec (diff) | |
| download | wiki-42556f199d5a8bae4f5ed6616dc0d6563e527647.tar.gz wiki-42556f199d5a8bae4f5ed6616dc0d6563e527647.tar.bz2 wiki-42556f199d5a8bae4f5ed6616dc0d6563e527647.zip | |
fixed TOC
| -rw-r--r-- | _layouts/azerothcore.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 8fd7774..246e5c4 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,10 +35,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - <div> - <p>Contents:</p> - {% include git-wiki/components/toc/toc-lib.html html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=2 %} - </div> + {% include git-wiki/components/toc/toc-lib.html minHeaders=3 html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=2 %} {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} |
