Skip to content

Commit

Permalink
Merge pull request #27 from eiselems/master
Browse files Browse the repository at this point in the history
correct social buttons fixes #26
  • Loading branch information
Panos Sakkos committed Oct 8, 2015
2 parents 981e8c6 + 2f7f76c commit 957247c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/social-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<ul class="list-inline social-buttons">
{% for network in site.social %}
<li><a href="{{site.baseurl}}{{ network.url }}" target="_blank"><i class="fa fa-{{ network.title }} fa-fw"></i></a></li>
<li><a href="{{ network.url }}" target="_blank"><i class="fa fa-{{ network.title }} fa-fw"></i></a></li>
{% endfor %}
</ul>

Expand Down

0 comments on commit 957247c

Please sign in to comment.