From 74734b95e47e0171609a355337448280f69f57fd Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Tue, 11 May 2021 21:06:00 +0200 Subject: [PATCH] Update default.html --- docs/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index bfec5af..0457286 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -50,7 +50,7 @@
{% include header.html %}
- {% if page.name == "index.md" %} + {% if page.id == "/index" %} {% else %} {{ content }} @@ -65,7 +65,7 @@ - {% if page.name == "index.md" %} + {% if page.id == "/index" %}