Skip to content

Commit

Permalink
Merge pull request #10 from RichardMN/fix-twitter-icon
Browse files Browse the repository at this point in the history
Fix footer code so that the twitter icon links to the twitter_usernam…
  • Loading branch information
sunbliss committed Jan 31, 2017
2 parents 71bf079 + cccddef commit 85a6256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Expand Up @@ -5,7 +5,7 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">

<ul class="list-inline text-center">

{% if site.facebook_username %}
<li>
<a href="https://facebook.com/{{ site.facebook_username }}" data-toggle="tooltip" title="Facebook">
Expand All @@ -18,7 +18,7 @@
{% endif %}
{% if site.twitter_username %}
<li>
<a href="https://twitter.com/{{ site.instagram_username }}" data-toggle="tooltip" title="Twiiter">
<a href="https://twitter.com/{{ site.twitter_username }}" data-toggle="tooltip" title="Twiiter">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
Expand Down

0 comments on commit 85a6256

Please sign in to comment.