From 06dccf5334a78ab50959663c968807096643db58 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Fri, 20 Sep 2024 14:45:20 +0200
Subject: [PATCH] Fix project template

---
 templates/project.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/project.html b/templates/project.html
index 8dc99ae4..b1027c16 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -16,7 +16,7 @@
   <section class="hero hero-main is-fullheight-with-navbar project-background-{{ section.extra.project_slug }} roboto-black">
   <div class="hero-body" typeof="schema:Brand">
     <div class="container">
-      <div class="columns is-centered project-title-{{ section.extra.project_slug }}">i
+      <div class="columns is-centered project-title-{{ section.extra.project_slug }}">
       <h1 class="title is-1" property="schema:name">{{ section.title }}</h1>
     </div>
     <div class="container">
-- 
GitLab