diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 5686706..824e4bd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -135,7 +135,10 @@ <script type="text/javascript"> $(document).ready(function() { - $('#toc').toc({ title: '<i>Contents</i>'}); + $('#toc').toc({ + title: '<i>Contents</i>', + showSpeed: 0, + headers: '#content h1, #content h2, #content h3, #content h4, #content h5, #content h6' }); $(document.body).redLinks(); }); </script> |
