From bb6ea5498cf5d89eb7053860fde48b8d8dc3597f Mon Sep 17 00:00:00 2001
From: Kaan Cimir <kaan.cimir@uni.lu>
Date: Fri, 1 Dec 2023 14:11:50 +0100
Subject: [PATCH] fixes spacing on left_col.html

---
 _layouts/left_col.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/left_col.html b/_layouts/left_col.html
index f739db0..86c438f 100644
--- a/_layouts/left_col.html
+++ b/_layouts/left_col.html
@@ -22,7 +22,7 @@ layout: default
         <header>
             <h1 {% if page.section contains "Events" %}class="no-caps"{% endif %} data-section="{{ page.section }}">
                 {{ page.title | escape }}
-               {% if page.section contains "Events" %}{% else %}{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}{% endif %}
+                {% if page.section contains "Events" %}{% else %}{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}{% endif %}
             </h1>
         </header>
         {% if page.image %}
-- 
GitLab