From 6cc300fd0d6687a66a36d895ec38d3cce18e20e1 Mon Sep 17 00:00:00 2001 From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de> Date: Fri, 9 Aug 2019 19:34:19 +0200 Subject: [PATCH] Reverse contact info and description in footer. --- _includes/footer.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 63602e6..530d66d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,12 +4,8 @@ <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> - <ul class="contact-list"> - <li>{{ site.title[page.lang] }} email</li> - <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> - </ul> + <p>{{ site.description[page.lang] }}</p> </div> - <div class="footer-col footer-col-2"> <ul class="social-media-list"> {% if site.github_username %} @@ -27,7 +23,10 @@ </div> <div class="footer-col footer-col-3"> - <p>{{ site.description[page.lang] }}</p> + <ul class="contact-list"> + <li>{{ site.title[page.lang] }} email</li> + <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> + </ul> </div> </div> -- GitLab