diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-01-18 09:10:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 03:10:26 -0500 |
| commit | 02caa147573b809b986cd13bccb630c4e30645ed (patch) | |
| tree | 2a575667685e6ad6731c6631f9249da4f15e2717 /_layouts/azerothcore.html | |
| parent | 81ab7367312bee8b73c8f9592fdba7cc81f2c0eb (diff) | |
| download | wiki-02caa147573b809b986cd13bccb630c4e30645ed.tar.gz wiki-02caa147573b809b986cd13bccb630c4e30645ed.tar.bz2 wiki-02caa147573b809b986cd13bccb630c4e30645ed.zip | |
Revert "chore(azerothcore.html): Stop the wiki for generating table of contens (#380)" (#381)
This reverts commit 81ab7367312bee8b73c8f9592fdba7cc81f2c0eb.
Diffstat (limited to '_layouts/azerothcore.html')
| -rw-r--r-- | _layouts/azerothcore.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index c2a377e..7f83d0c 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,6 +35,8 @@ {% 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" id="git-wiki-toc" h_min=1 h_max=3 ordered=1 %} + {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} {% endif %} @@ -61,4 +63,4 @@ {% include git-wiki/sections/tail/tail.html %} </body> -</html> +</html>
\ No newline at end of file |
