Skip to content

Commit 1391cd5

Browse files
committed
Updated work include to properly display icon
1 parent cbf6dbc commit 1391cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sections/work.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>{{ work.title }}</h3>
4040
View this project on:
4141
<a href="{{ profile.url }}" title="{{ profile.title }}" target="_blank">
4242
{% for icon in site.data.icons.icons %}
43-
{%- if icon.title == social.icon -%}
43+
{%- if icon.title == profile.icon -%}
4444
<i class="{{ icon.fa_icon }} fa-lg"></i>
4545
{% break %}
4646
{%- endif -%}

0 commit comments

Comments
 (0)