Seperate footer icons from link

This commit is contained in:
kpcyrd 2014-09-09 18:13:32 +02:00
parent 66d9eab191
commit 611c705af2

View file

@ -14,13 +14,15 @@
<div class="footer-col-2 column"> <div class="footer-col-2 column">
<ul> <ul>
{% if site.github_username %}<li> {% if site.github_username %}<li>
<span class="fa fa-github-alt"></span>
<a href="https://github.com/{{ site.github_username }}"> <a href="https://github.com/{{ site.github_username }}">
<span class="fa fa-github-alt username">{{ site.github_username }}</span> <span class="username">{{ site.github_username }}</span>
</a> </a>
</li>{% endif %} </li>{% endif %}
{% if site.twitter_username %}<li> {% if site.twitter_username %}<li>
<span class="fa fa-twitter"></span>
<a href="https://twitter.com/{{ site.twitter_username }}"> <a href="https://twitter.com/{{ site.twitter_username }}">
<span class="fa fa-twitter username">{{ site.twitter_username }}</span> <span class="username">{{ site.twitter_username }}</span>
</a> </a>
</li>{% endif %} </li>{% endif %}
</ul> </ul>