summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-01-12 14:47:00 +0100
committerYehonal <yehonal.azeroth@gmail.com>2020-01-12 14:47:00 +0100
commit31bc964779174e72d9f616707f1d1d8c97723570 (patch)
tree7b3d13f94d124167e01eae024069d86d08934192 /_includes
parentb9db16e4d145fa787774ee5ab4a30dd0369682e9 (diff)
downloadwiki-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.html6
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 %}