diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-03-03 14:35:39 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 18:35:39 +0100 |
| commit | b5a15fc1da9d6b9b2535e95b93bb385c89c9ec83 (patch) | |
| tree | 1f7867a33bed58bbfbd797390dad14d646a3f679 | |
| parent | d56b8cc99b1029b02cd8d542324b1736991a6c8e (diff) | |
| download | wiki-b5a15fc1da9d6b9b2535e95b93bb385c89c9ec83.tar.gz wiki-b5a15fc1da9d6b9b2535e95b93bb385c89c9ec83.tar.bz2 wiki-b5a15fc1da9d6b9b2535e95b93bb385c89c9ec83.zip | |
custom variable in azerothcore.html (#384)
* update azerothcore
* Rename the variable
| -rw-r--r-- | _layouts/azerothcore.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index bdc07dd..318b37e 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -35,7 +35,9 @@ {% include {{ site.inc_before_toc }} %} {% endif %} + {% if site.tableofcontents %} {% 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 %} {% include {{ site.inc_after_toc }} %} |
