summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-19 10:31:18 +0000
committerGitHub <noreply@github.com>2019-02-19 10:31:18 +0000
commit7c2a37c1d3526c97826f8c4c35195e620fbffb5f (patch)
treea3735d691aa7c9fcc2f8d3c21cf83a5a524bfac2 /_includes
parent99e8500f5073831e7828ff2c0667d149f60e7655 (diff)
parenta5be1d0e298f07ccd1830d5c254764f0346dd0b3 (diff)
downloadwiki-7c2a37c1d3526c97826f8c4c35195e620fbffb5f.tar.gz
wiki-7c2a37c1d3526c97826f8c4c35195e620fbffb5f.tar.bz2
wiki-7c2a37c1d3526c97826f8c4c35195e620fbffb5f.zip
Merge pull request #3 from Drassil/master
upgraded to 2.3.1
Diffstat (limited to '_includes')
-rw-r--r--_includes/git-wiki/defines/defines.html2
-rw-r--r--_includes/git-wiki/sections/content/content.html2
-rw-r--r--_includes/git-wiki/sections/tail/tail.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/_includes/git-wiki/defines/defines.html b/_includes/git-wiki/defines/defines.html
index 1525614..0b47b7d 100644
--- a/_includes/git-wiki/defines/defines.html
+++ b/_includes/git-wiki/defines/defines.html
@@ -1,4 +1,4 @@
-{% assign version = "2.2.5" %}
+{% assign version = "2.3.1" %}
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
{% capture url %}
{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif%}
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'