diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-17 07:41:37 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 11:41:37 +0100 |
| commit | c9ca5459a5676d6cf433638db783fbb60ff141ca (patch) | |
| tree | 2a575667685e6ad6731c6631f9249da4f15e2717 /_layouts/azerothcore.html | |
| parent | d9cd2523050ab81223dadd3466ea343001a6e199 (diff) | |
| download | wiki-c9ca5459a5676d6cf433638db783fbb60ff141ca.tar.gz wiki-c9ca5459a5676d6cf433638db783fbb60ff141ca.tar.bz2 wiki-c9ca5459a5676d6cf433638db783fbb60ff141ca.zip | |
update git-wiki-toc (#379)
Diffstat (limited to '_layouts/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 246e5c4..7f83d0c 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,7 +35,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - {% 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 %} + {% 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 }} %} |
