From 7785813ebcb3f4cae457f20522ac6a651ab9d3ac Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Fri, 4 Aug 2023 17:04:09 +0200
Subject: [PATCH] Add Baustelle to `project.html`

---
 templates/project.html | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/templates/project.html b/templates/project.html
index 2df61a5f..68f1190a 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -16,17 +16,8 @@
   <section class="hero hero-main is-fullheight-with-navbar project-background-{{ section.extra.project_slug }} roboto-black">
   <div class="hero-body">
     <div class="container">
-      <!-- <div class="columns is-vcentered"> -->
-      <!--   <div class="column is-two-fifth project-title"> -->
-        <div class="columns">
-                <div class="column project-title-{{ section.extra.project_slug }}">
-            <h1 class="title is-1">{{ section.title }}</h1>
-            <p class="title is-3">
-              {{ section.description }}
-            </p>
-        <!--   </div> -->
-        <!-- </div> -->
-      </div>
+      <div class="columns is-centered project-title-{{ section.extra.project_slug }}">
+      <h1 class="title is-1">{{ section.title }}</h1>
     </div>
     <div class="container">
       <div class="columns is-vcentered">
@@ -52,4 +43,9 @@
     </div>
   </div>
 </section>
+        <section class="section">
+          <div  class="container content">
+            {% include "baustelle.html" %} 
+          </div >
+        </section>
 {% endblock %}
-- 
GitLab