diff options
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 59497a7..b6ff96a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -135,6 +135,7 @@ <script type="text/javascript"> $(document).ready(function() { $('#toc').toc({ title: '<i>Contents</i>'}); + $(document.body).redLinks(); }); </script> </body> |
