diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-19 11:15:05 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-19 11:15:05 +0100 |
| commit | eec0243f0d285d2584f0a088f223e5218f42187e (patch) | |
| tree | 22d774d2d4b115486ccf95553de1ffdcec7e3dae | |
| parent | 98b4a0218e326c5478f2fc33aad529817d4a0c43 (diff) | |
| download | wiki-eec0243f0d285d2584f0a088f223e5218f42187e.tar.gz wiki-eec0243f0d285d2584f0a088f223e5218f42187e.tar.bz2 wiki-eec0243f0d285d2584f0a088f223e5218f42187e.zip | |
namespace for #toc
| -rw-r--r-- | _includes/git-wiki/sections/content/content.html | 2 | ||||
| -rw-r--r-- | _includes/git-wiki/sections/tail/tail.html | 2 | ||||
| -rw-r--r-- | _layouts/git-wiki-bs-lux.html | 2 | ||||
| -rw-r--r-- | _layouts/git-wiki-bs-united.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/_includes/git-wiki/sections/content/content.html b/_includes/git-wiki/sections/content/content.html index 5d57689..73c7b5b 100644 --- a/_includes/git-wiki/sections/content/content.html +++ b/_includes/git-wiki/sections/content/content.html @@ -7,7 +7,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - <div id="toc"></div> + <div id="git-wiki-toc"></div> {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} diff --git a/_includes/git-wiki/sections/tail/tail.html b/_includes/git-wiki/sections/tail/tail.html index ccdf163..6d32583 100644 --- a/_includes/git-wiki/sections/tail/tail.html +++ b/_includes/git-wiki/sections/tail/tail.html @@ -20,7 +20,7 @@ <script type="text/javascript"> $(document).ready(function () { - $('#toc').toc({ + $('#git-wiki-toc').toc({ title: '<i>Contents</i>', showSpeed: 0, headers: '#git-wiki-content h1, #git-wiki-content h2, #git-wiki-content h3, #git-wiki-content h4, #git-wiki-content h5, #git-wiki-content h6' diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index 1e5363a..04085e4 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -50,7 +50,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - <div id="toc"></div> + <div id="git-wiki-toc"></div> {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index d33e4ac..2130a9a 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -36,7 +36,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} - <div id="toc"></div> + <div id="git-wiki-toc"></div> {% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} |
