2017-02-05 18:19:49 +00:00
|
|
|
<footer class="site-footer">
|
|
|
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
2017-02-06 10:51:18 +00:00
|
|
|
<h2 class="footer-heading">{{ site.title | escape }}</h2>
|
2017-02-05 18:19:49 +00:00
|
|
|
|
|
|
|
<div class="footer-col-wrapper">
|
|
|
|
<div class="footer-col footer-col-1">
|
|
|
|
<ul class="contact-list">
|
2017-02-06 10:51:18 +00:00
|
|
|
<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 %}
|
2017-02-05 18:19:49 +00:00
|
|
|
</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 %}
|
|
|
|
|
|
|
|
{% if site.twitter_username %}
|
|
|
|
<li>
|
|
|
|
{% include icon-twitter.html username=site.twitter_username %}
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="footer-col footer-col-3">
|
2017-02-06 10:51:18 +00:00
|
|
|
<p>{{ site.description | escape }}</p>
|
2017-02-05 18:19:49 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</footer>
|