diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-05-23 15:55:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-23 15:55:39 +0200 |
| commit | 6861bd62021e7c6e368b484e48770fffb260e304 (patch) | |
| tree | e7659c2a51f1c28c4e743ba2534d062160de62e1 | |
| parent | 0b651c00225cfe7f2f0fa61169c0facd810ffbdc (diff) | |
| download | wiki-6861bd62021e7c6e368b484e48770fffb260e304.tar.gz wiki-6861bd62021e7c6e368b484e48770fffb260e304.tar.bz2 wiki-6861bd62021e7c6e368b484e48770fffb260e304.zip | |
Update default.html
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 310f33a..39c999e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -129,7 +129,7 @@ <script type="text/javascript"> $(document).ready(function() { - $('#toc').toc(); + $('#toc').toc({ title: '<i>Contents</i>'}); }); </script> </body> |
