diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 12:38:54 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 12:38:54 +0100 |
| commit | 33429ab077e1739bd616d637c3beed863c7d1cfc (patch) | |
| tree | 03ea971214332f3d1a434db0f404dd86235a5a29 | |
| parent | b52d6e28f0fdb22d8e0ba2e806527612ca11927d (diff) | |
| download | wiki-33429ab077e1739bd616d637c3beed863c7d1cfc.tar.gz wiki-33429ab077e1739bd616d637c3beed863c7d1cfc.tar.bz2 wiki-33429ab077e1739bd616d637c3beed863c7d1cfc.zip | |
unordered list for TOC
| -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 3215d60..8fd7774 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -37,7 +37,7 @@ <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 ordered=1 %} + {% 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> {% if site.inc_after_toc %} |
