Skip to content

Commit

Permalink
update footer with instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaolof committed Feb 11, 2024
1 parent 74d5d80 commit 4ae8774
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">

<ul class="list-inline text-center">

{% if site.instagram_username %}
<li>
<a href="https://instagram.com/{{ site.instagram_username }}" data-toggle="tooltip" title="Instagram">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}

{% if site.github_username %}
<li>
Expand Down

0 comments on commit 4ae8774

Please sign in to comment.