Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh authored Sep 12, 2022
1 parent 4949c4d commit 4aa226c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ <h4><i>{{site.description}}</i></h4>
{% if item.type == "solid"%}
<a href="{{ item.link }}" target="_blank" id="{{item.icon}}"><i class="fas fa-{{item.icon}}" aria-hidden="true"></i></a>
{% endif %}
{% if item.type == ""%}
<a href="{{ item.link }}" target="_blank" id="{{item.icon}}"><i class="fa fa-{{item.icon}}" aria-hidden="true"></i></a>
{% endif %}
{% endfor %}
</div>
<div id = "ascoltare">
Expand All @@ -23,4 +26,4 @@ <h3>Where To Listen</h3>
{% endfor %}
</ul>
</div>
</div>
</div>

0 comments on commit 4aa226c

Please sign in to comment.