From 57b567caf309373d5fe10fad944b853743f734cf Mon Sep 17 00:00:00 2001
From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de>
Date: Fri, 9 Aug 2019 19:13:01 +0200
Subject: [PATCH] Test links in description, delete redundant info in footer.

---
 _config.yml           | 4 ++--
 _includes/footer.html | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/_config.yml b/_config.yml
index 0d3b19c..85147ca 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,8 +11,8 @@ title:
   de: JLU GitLab
 email: gitlab-help@lists.uni-giessen.de
 description:
-  en: Information and help for the GitLab pilot service of the Justus Liebig University Giessen [https://gitlab.test.uni-giessen.de](https://gitlab.test.uni-giessen.de)
-  de: Informationen und Hilfe zum GitLab Pilotbetrieb der Justus-Liebig-Universität Gießen https://gitlab.test.uni-giessen.de
+  en: Information and help for the GitLab pilot service of the Justus Liebig University Giessen <a href="https://gitlab.test.uni-giessen.de">gitlab.test.uni-giessen.de</a>
+  de: Informationen und Hilfe zum GitLab Pilotbetrieb der Justus-Liebig-Universität Gießen <a href="https://gitlab.test.uni-giessen.de">gitlab.test.uni-giessen.de</a>
 index:
   en: index.html
   de: de_index.html
diff --git a/_includes/footer.html b/_includes/footer.html
index a0e61bc..63602e6 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,12 +2,10 @@
 
   <div class="wrapper">
 
-    <h2 class="footer-heading">{{ site.title[page.lang] }}</h2>
-
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
         <ul class="contact-list">
-          <li>{{ site.title[page.lang] }}</li>
+          <li>{{ site.title[page.lang] }} email</li>
           <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
         </ul>
       </div>
-- 
GitLab