summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections/tail
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-17 22:40:21 +0100
committerGitHub <noreply@github.com>2019-02-17 22:40:21 +0100
commitbea7878d3d3c8dfa5ea9821bd1d974f9bbb1a339 (patch)
tree5e459201bd4dc2e6cf30410947d3e288cf4eeffc /_includes/git-wiki/sections/tail
parent3cf1542b26ff7c34345551e02c09732a697eba5a (diff)
downloadwiki-bea7878d3d3c8dfa5ea9821bd1d974f9bbb1a339.tar.gz
wiki-bea7878d3d3c8dfa5ea9821bd1d974f9bbb1a339.tar.bz2
wiki-bea7878d3d3c8dfa5ea9821bd1d974f9bbb1a339.zip
Update tail.html
Diffstat (limited to '_includes/git-wiki/sections/tail')
-rw-r--r--_includes/git-wiki/sections/tail/tail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/git-wiki/sections/tail/tail.html b/_includes/git-wiki/sections/tail/tail.html
index e86191c..ccdf163 100644
--- a/_includes/git-wiki/sections/tail/tail.html
+++ b/_includes/git-wiki/sections/tail/tail.html
@@ -23,7 +23,7 @@
$('#toc').toc({
title: '<i>Contents</i>',
showSpeed: 0,
- headers: '#content h1, #content h2, #content h3, #content h4, #content h5, #content h6'
+ 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'
});
$(document.body).redLinks();
});
@@ -31,4 +31,4 @@
{% if site.inc_after_tail %}
{% include {{ site.inc_after_tail }} %}
-{% endif %} \ No newline at end of file
+{% endif %}