File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22 < div class ="wrapper ">
33 < a class ="site-title " rel ="author " href ="{{ "/" | relative_url }}"> {{ site.title | escape }}< b class ="command_prompt "> </ b > < b class ="blinking_cursor "> _</ b > </ a >
44 < span class ="social_links ">
5- {% for link in site.dash.social_links %}< a class ="color-{{ link.color }}-hover " href ="{{ link.url }} "> < i class ="fab fa-{{ link.icon }} "> </ i > </ a > {% endfor %}
5+ {% for link in site.dash.social_links %}
6+ {% if link.fa == true %}
7+ < a class ="color-{{ link.color }}-hover " href ="{{ link.url }} "> < i class ="fa fa-{{ link.icon }} "> </ i > </ a >
8+ {% else %}
9+ < a class ="color-{{ link.color }}-hover " href ="{{ link.url }} "> < i class ="fab fa-{{ link.icon }} "> </ i > </ a >
10+ {% endif %}
11+ {% endfor %}
612 </ span >
713 </ div >
814</ div >
You can’t perform that action at this time.
0 commit comments