diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 14:47:00 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 14:47:00 +0100 |
| commit | 31bc964779174e72d9f616707f1d1d8c97723570 (patch) | |
| tree | 7b3d13f94d124167e01eae024069d86d08934192 /_includes | |
| parent | b9db16e4d145fa787774ee5ab4a30dd0369682e9 (diff) | |
| download | wiki-31bc964779174e72d9f616707f1d1d8c97723570.tar.gz wiki-31bc964779174e72d9f616707f1d1d8c97723570.tar.bz2 wiki-31bc964779174e72d9f616707f1d1d8c97723570.zip | |
restored red links
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/git-wiki/sections/tail/tail.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/git-wiki/sections/tail/tail.html b/_includes/git-wiki/sections/tail/tail.html index 692867f..8aa8139 100644 --- a/_includes/git-wiki/sections/tail/tail.html +++ b/_includes/git-wiki/sections/tail/tail.html @@ -18,6 +18,12 @@ </script> {% endif %} +<script type="text/javascript"> + $(document).ready(function () { + $(document.body).redLinks(); + }); +</script> + {% if site.inc_after_tail %} {% include {{ site.inc_after_tail }} %} {% endif %} |
