Changed footer layout

This commit is contained in:
Michael Smith
2016-12-26 15:13:20 +01:00
parent 46d13e2bba
commit af569859e5
2 changed files with 7 additions and 90 deletions

View File

@@ -1,39 +1,12 @@
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">{{ site.title | escape }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>
{% if site.author %}
{{ site.author | escape }}
{% else %}
{{ site.title | escape }}
{% endif %}
</li>
{% if site.email %}
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{% endif %}
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
{% if site.github_username %}
<li>
{% include icon-github.html username=site.github_username %}
</li>
{% endif %}
</ul>
</div>
<div class="footer-col footer-col-3">
<p>{{ site.description | escape }}</p>
</div>
</div>
<p><em>{{ site.description | escape }}</em></p>
{% if site.author %}
<br>{{ site.author | escape }}
{% endif %}
{% if site.email %}
<br><a href="mailto:{{ site.email }}">{{ site.email }}
{% endif %}
</div>
</footer>