diff --git a/_includes/template/head.html b/_includes/template/head.html
index d4e0b487..5073d5cd 100644
--- a/_includes/template/head.html
+++ b/_includes/template/head.html
@@ -15,6 +15,15 @@
+
+ {% if page.url == "/plugins/linkchecker/" %}
+
+ {% endif %}
+
+ {% if page.url == "/plugins/toc/" %}
+
+ {% endif %}
+
{% include_remote {{ site.origin }}/_docs/head.html %}
{% assign tinymce_script_tag_included = false %}