From 7c701d94bd6673010cb72258b1d74c3dbb224349 Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de>
Date: Thu, 3 Dec 2020 18:14:43 +0100
Subject: [PATCH] services 1

---
 _layouts/services/default.html | 25 -------------------------
 _layouts/services/index.html   | 11 ++++-------
 2 files changed, 4 insertions(+), 32 deletions(-)
 delete mode 100644 _layouts/services/default.html

diff --git a/_layouts/services/default.html b/_layouts/services/default.html
deleted file mode 100644
index b2ce615d8..000000000
--- a/_layouts/services/default.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% include top.html %}
-
-<body>
-
-    {% include header.html %}
-
-    <main>
-        {% capture title-content %}
-        {% include title_content/services.html %}
-        {% endcapture %}
-
-        {% include title_image.html content=title-content %}
-
-        <section>
-            <article>
-                {{ content }}
-            </article>
-        </section>
-    </main>
-
-    {% include footer.html %}
-
-</body>
-
-</html>
\ No newline at end of file
diff --git a/_layouts/services/index.html b/_layouts/services/index.html
index da07d0fd6..65745bbd5 100644
--- a/_layouts/services/index.html
+++ b/_layouts/services/index.html
@@ -1,15 +1,12 @@
-{% include top.html %}
+{%- include top.html -%}
 
 <body>
 
-    {% include header.html %}
+    {%- include header.html -%}
 
     <main>
-        {% capture title-content %}
-        {% include title_content/services.html %}
-        {% endcapture %}
 
-        {% include title_image.html content=title-content %}
+        {%- include title_image.html -%}
 
         <section>
             <article>
@@ -109,7 +106,7 @@
         </section>
     </main>
 
-    {% include footer.html %}
+    {%- include footer.html -%}
 
 </body>
 
-- 
GitLab