Seperate footer icons from link
This commit is contained in:
parent
66d9eab191
commit
611c705af2
|
@ -14,13 +14,15 @@
|
|||
<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="fa fa-github-alt username">{{ site.github_username }}</span>
|
||||
<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="fa fa-twitter username">{{ site.twitter_username }}</span>
|
||||
<span class="username">{{ site.twitter_username }}</span>
|
||||
</a>
|
||||
</li>{% endif %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue