From 17bf4ff5eaf3ccc01a19d74411fa0a7678944363 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Tue, 4 May 2021 01:59:13 +0200 Subject: [PATCH] Update default.html --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index bfe89e0..4e39d1b 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -51,7 +51,7 @@
{% if page.name == "index.md" %} - {% include {{ replace_index_with }} %} + {% include {{ site.replace_index_with }} %} {% else %} {{ content }} {% endif %}