Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil authored Dec 16, 2024
1 parent 6ef6404 commit bf36950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<p class="mt-4">{{ site.description }}</p>
<!-- Social Media Links -->
<div class="is-flex mt-4 is-align-items-center">
{% for key, url in site.website_social_links %}
<a href="{{ url }}" class="icon mr-3">
{% for key in site.website_social_links %}
<a href="{{ site.website_social_links[key] }}" class="icon mr-3">
{% case key | downcase %}
{% when "youtube" %}<i class="fab fa-youtube"></i>{% endcase %}
{% when "instagram" %}<i class="fab fa-instagram"></i>{% endcase %}
Expand Down

0 comments on commit bf36950

Please sign in to comment.