Skip to content
Snippets Groups Projects
Commit 6cc300fd authored by Johannes Keyser's avatar Johannes Keyser
Browse files

Reverse contact info and description in footer.

parent 19101848
No related branches found
No related tags found
No related merge requests found
Pipeline #38 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment