Skip to content

Commit

Permalink
Updated work include to properly display icon
Browse files Browse the repository at this point in the history
  • Loading branch information
codytwinton committed Oct 14, 2018
1 parent cbf6dbc commit 1391cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sections/work.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>{{ work.title }}</h3>
View this project on:
<a href="{{ profile.url }}" title="{{ profile.title }}" target="_blank">
{% for icon in site.data.icons.icons %}
{%- if icon.title == social.icon -%}
{%- if icon.title == profile.icon -%}
<i class="{{ icon.fa_icon }} fa-lg"></i>
{% break %}
{%- endif -%}
Expand Down

0 comments on commit 1391cd5

Please sign in to comment.