summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-19 18:43:45 +0100
committerGitHub <noreply@github.com>2019-02-19 18:43:45 +0100
commit3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9 (patch)
tree6c570ea9621e5ffb9202ba361a4b03eaf0a9b015 /_includes
parent25f96ac6031ed5741d79a8f9159d87515f753751 (diff)
downloadwiki-3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9.tar.gz
wiki-3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9.tar.bz2
wiki-3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9.zip
show only h1 and h2 on ToC
Diffstat (limited to '_includes')
-rw-r--r--_includes/git-wiki/sections/tail/tail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/sections/tail/tail.html b/_includes/git-wiki/sections/tail/tail.html
index 6d32583..73f86bf 100644
--- a/_includes/git-wiki/sections/tail/tail.html
+++ b/_includes/git-wiki/sections/tail/tail.html
@@ -23,7 +23,7 @@
$('#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'
+ headers: '#git-wiki-content h1, #git-wiki-content h2'
});
$(document.body).redLinks();
});