diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-01-18 21:46:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 21:46:10 +0100 |
| commit | a10ad5804b78a50802d597edcd09df5dc6a3395b (patch) | |
| tree | eb38236819b0e078215a02068f041e04695f7580 /_layouts | |
| parent | 2ce981c9b188f0cfb218af8b7b263bc719948dc4 (diff) | |
| download | wiki-a10ad5804b78a50802d597edcd09df5dc6a3395b.tar.gz wiki-a10ad5804b78a50802d597edcd09df5dc6a3395b.tar.bz2 wiki-a10ad5804b78a50802d597edcd09df5dc6a3395b.zip | |
Update azerothcore.html
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/azerothcore.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 7f83d0c..b946116 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 title="Contents:" minHeaders=1 html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=3 ordered=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=3 ordered=1 %} {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} @@ -63,4 +63,4 @@ {% include git-wiki/sections/tail/tail.html %} </body> -</html>
\ No newline at end of file +</html> |
