We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a7ec9 commit 2ae22e8Copy full SHA for 2ae22e8
_includes/footer.html
@@ -22,6 +22,15 @@
22
</a>
23
{% endif %}
24
25
+ {% if site.instagram_username %}
26
+ <a href="https://instagram.com/{{ site.instagram_username }}">
27
+ <span class="fa-stack fa-1x">
28
+ <i class="socialIconBack fas fa-circle fa-stack-2x"></i>
29
+ <i class="socialIconTop fab fa-instagram fa-stack-1x"></i>
30
+ </span>
31
+ </a>
32
+ {% endif %}
33
+
34
{% if site.github_username %}
35
<a href="https://github.com/{{ site.github_username }}">
36
<span class="fa-stack fa-1x">
0 commit comments