From 31c4d7c5f39438cffbbf93c02b51a0870158260c Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY, HIFIS)" <uwe.jandt@desy.de>
Date: Wed, 9 Sep 2020 15:56:37 +0200
Subject: [PATCH] title-content.html: static html extensions

---
 _includes/frontpage/title-content.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/frontpage/title-content.html b/_includes/frontpage/title-content.html
index 3ba008c86..a73ff1748 100644
--- a/_includes/frontpage/title-content.html
+++ b/_includes/frontpage/title-content.html
@@ -4,7 +4,7 @@
 </div>
 <div class="services-box">
     <div class="services-title-buttons">
-        <a href="{{ '/cloud-platform' | relative_url }}" class="btn btn-light btn-lg text-dark">
+        <a href="{{ '/cloud-platform.html' | relative_url }}" class="btn btn-light btn-lg text-dark">
             <i class="fas fa-cloud"></i> Helmholtz Cloud
         </a>
         <a href="https://software.hifis.net" class="btn btn-light btn-lg text-dark">
@@ -13,7 +13,7 @@
         <a href="{{ '/you-and-hifis' | relative_url }}" class="btn btn-light btn-lg text-dark">
             <i class="fas fa-user-plus"></i> HIFIS for you
         </a>
-        <a href="{{ '/contact' | relative_url }}" class="btn btn-light btn-lg text-dark">
+        <a href="{{ '/contact.html' | relative_url }}" class="btn btn-light btn-lg text-dark">
             <i class="fas fa-question"></i> Support + Contact
         </a>
     </div>
-- 
GitLab