From b595ae543bee6fdc2e51dff02c6bd60f4607c0fc Mon Sep 17 00:00:00 2001
From: Puyo <15311104+daniel11420@users.noreply.github.com>
Date: Tue, 4 May 2021 01:57:20 +0200
Subject: [PATCH] Update default.html
---
docs/_layouts/default.html | 4 ++++
1 file changed, 4 insertions(+)
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 %}