start-ffhh/_includes/footer.html
2014-09-09 18:13:32 +02:00

38 lines
1,012 B
HTML

<footer class="site-footer">
<div class="wrap">
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-1 column">
<ul>
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>
<div class="footer-col-2 column">
<ul>
{% if site.github_username %}<li>
<span class="fa fa-github-alt"></span>
<a href="https://github.com/{{ site.github_username }}">
<span class="username">{{ site.github_username }}</span>
</a>
</li>{% endif %}
{% if site.twitter_username %}<li>
<span class="fa fa-twitter"></span>
<a href="https://twitter.com/{{ site.twitter_username }}">
<span class="username">{{ site.twitter_username }}</span>
</a>
</li>{% endif %}
</ul>
</div>
<div class="footer-col-3 column">
<p class="text">{{ site.description }}</p>
</div>
</div>
</footer>