From a393c042905b6c4ce9246554bf2cd1d5c8741b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 27 Feb 2023 09:05:25 +0100 Subject: [PATCH] fix(main): show content --- includes/home.twig | 10 +++------- index.twig | 4 ++-- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/includes/home.twig b/includes/home.twig index b3a3653..a50e801 100644 --- a/includes/home.twig +++ b/includes/home.twig @@ -86,17 +86,13 @@ Editable button with icon {% endif %} - diff --git a/index.twig b/index.twig index 3deed0f..68ced66 100644 --- a/index.twig +++ b/index.twig @@ -32,9 +32,9 @@ {% include "includes/header.twig" %} - {% if current_page.title == "Welcome" %} + {# {% if current_page.title == "Welcome" %} #} {% include "includes/home.twig" %} - {% endif %} + {# {% endif %} #} {#!