diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-19 18:43:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 18:43:45 +0100 |
| commit | 3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9 (patch) | |
| tree | 6c570ea9621e5ffb9202ba361a4b03eaf0a9b015 /_includes/git-wiki/sections | |
| parent | 25f96ac6031ed5741d79a8f9159d87515f753751 (diff) | |
| download | wiki-3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9.tar.gz wiki-3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9.tar.bz2 wiki-3e0f8c36efe39dc24831a9f94dac3446b0d7c3a9.zip | |
show only h1 and h2 on ToC
Diffstat (limited to '_includes/git-wiki/sections')
| -rw-r--r-- | _includes/git-wiki/sections/tail/tail.html | 2 |
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(); }); |
