diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 3b78e89..bfe89e0 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -50,7 +50,11 @@
+ {% if page.name == "index.md" %}
+ {% include {{ replace_index_with }} %}
+ {% else %}
{{ content }}
+ {% endif %}