From 1dbea67cd5af3947fc8aeddaace750b40cf8bcb6 Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY, HIFIS)" <uwe.jandt@desy.de>
Date: Wed, 22 Jul 2020 12:04:41 +0200
Subject: [PATCH] Updated partners.html

---
 _layouts/partners.html | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/_layouts/partners.html b/_layouts/partners.html
index 81ac687da..ddda32325 100644
--- a/_layouts/partners.html
+++ b/_layouts/partners.html
@@ -5,8 +5,16 @@
     {% include header.html %}
 
     <main>
-        {% include title_image.html%}
-        <div class="partners-jumbotron">
+
+        {% capture title-content %}
+        {% include frontpage/title-content.html %}
+        {% endcapture %}
+
+        {%- include title_image.html content=title-content -%}
+
+       
+        
+        <div class="frontpage-jumbotron">
             <section>
                 <h1>Partners</h1>
                 <div class="flex-content-wrapper">
@@ -33,11 +41,6 @@
                 </div>
             </section>
         </div>
-        <section>
-            <article>
-                {{ content }}
-            </article>
-        </section>
     </main>
 
     {% include footer.html %}
-- 
GitLab