We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e1280 commit f9bb173Copy full SHA for f9bb173
2 files changed
_config.yml
@@ -46,6 +46,7 @@ author:
46
twitter: yourname # eg. daattali
47
linkedin: yourname # eg. daattali
48
stackoverflow: yourlink # eg. "3943160/daattali"
49
+ instagram: yourname # eg. daattali
50
51
# Select which links to show in the footer
52
footer-links-active:
_includes/footer.html
@@ -62,6 +62,16 @@
62
</span>
63
</a>
64
</li>
65
+ {% endif %}
66
+ {% if site.author.instagram and site.footer-links-active.instagram %}
67
+ <li>
68
+ <a href="https://www.instagram.com/{{ site.author.instagram }}" title="Instagram">
69
+ <span class="fa-stack fa-lg">
70
+ <i class="fa fa-circle fa-stack-2x"></i>
71
+ <i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
72
+ </span>
73
+ </a>
74
+ </li>
75
{% endif %}
76
{% if site.footer-links-active.rss %}
77
<li>
0 commit comments