diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-22 14:50:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 14:50:23 +0200 |
| commit | 9a5cf4b7755b18dd96094ac53aa0fb1dc1f48227 (patch) | |
| tree | 972839415df1a9a157bae04eae430795a5df1ddf | |
| parent | e3ce1c4ff388e17f1e8a9436915773924ace721d (diff) | |
| download | wiki-9a5cf4b7755b18dd96094ac53aa0fb1dc1f48227.tar.gz wiki-9a5cf4b7755b18dd96094ac53aa0fb1dc1f48227.tar.bz2 wiki-9a5cf4b7755b18dd96094ac53aa0fb1dc1f48227.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 4b46411..f7cfdb9 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,7 +35,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - {% if site.tableofcontents %} + {% 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 }} %} {% endif %} |
