From 8a837c038434018dfd5455d6fbf6d73b607239f4 Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Fri, 4 Aug 2023 16:41:55 +0200 Subject: [PATCH] Removing events -> fixing index not fitting on mobile viewport width --- templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1aaf7c26..4a69ef71 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,5 @@ {% include "frontpage/blocks/claim.html" %} {% include "frontpage/blocks/projects.html" %} {% include "frontpage/blocks/newsletter.html" %} - <!-- {% include "frontpage/blocks/news.html" %} --> - {% include "frontpage/blocks/events.html" %} + <!-- {% include "frontpage/blocks/news.html" %} --> {% endblock %} -- GitLab