diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-22 14:53:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 14:53:37 +0200 |
| commit | 9126b70c30fe3a8ea1ba58e5b5601684afe5f21a (patch) | |
| tree | 42258523f88f6efb0fd240b948903f21cc8dc74a | |
| parent | eaa6d25f60ca147845b2fb2043ad0b604596b957 (diff) | |
| download | wiki-9126b70c30fe3a8ea1ba58e5b5601684afe5f21a.tar.gz wiki-9126b70c30fe3a8ea1ba58e5b5601684afe5f21a.tar.bz2 wiki-9126b70c30fe3a8ea1ba58e5b5601684afe5f21a.zip | |
Update azerothcore.html
| -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 f7cfdb9..664fc89 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -36,7 +36,7 @@ {% endif %} {% if page.tableofcontents %} - {% include git-wiki/components/toc/toc-lib.html title="Contents:" minHeaders=1 html=content sanitize=true class="inline_toc" h_min={{ page.toc_h_min | default: 1 }} h_max={{ page.toc_h_max | default: 2 }} ordered={{ page.toc_ordered | default: 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 %} {% endif %} {% if site.inc_after_toc %} |
