diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-01-18 02:18:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 22:18:01 -0300 |
| commit | 81ab7367312bee8b73c8f9592fdba7cc81f2c0eb (patch) | |
| tree | 862aaacfae97185db1f17b4ab80994de292e3037 /_layouts | |
| parent | c9ca5459a5676d6cf433638db783fbb60ff141ca (diff) | |
| download | wiki-81ab7367312bee8b73c8f9592fdba7cc81f2c0eb.tar.gz wiki-81ab7367312bee8b73c8f9592fdba7cc81f2c0eb.tar.bz2 wiki-81ab7367312bee8b73c8f9592fdba7cc81f2c0eb.zip | |
chore(azerothcore.html): Stop the wiki for generating table of contens (#380)
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/azerothcore.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 7f83d0c..c2a377e 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,8 +35,6 @@ {% 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 %} @@ -63,4 +61,4 @@ {% include git-wiki/sections/tail/tail.html %} </body> -</html>
\ No newline at end of file +</html> |
