Skip to content

Commit

Permalink
Merge pull request #1 from britnia/britnia-patch-1
Browse files Browse the repository at this point in the history
edited how LinkedIn links work
  • Loading branch information
Britni Alexander committed Aug 19, 2015
2 parents 725ab49 + c5c1808 commit c3f5633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Expand Up @@ -48,7 +48,7 @@ <h3 class="title">
{% endif %}
{% if site.author.linkedin %}
<li>
<a class="btn btn-default btn-sm" href="https://linkedin.com/pub/{{ site.author.linkedin }}">
<a class="btn btn-default btn-sm" href="https://linkedin.com/in/{{ site.author.linkedin }}">
<i class="fa fa-linkedin fa-lg"></i>
</a>
</li>
Expand Down

0 comments on commit c3f5633

Please sign in to comment.