Skip to content

Commit f9bb173

Browse files
committed
adding instagram to footer
1 parent a5e1280 commit f9bb173

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ author:
4646
twitter: yourname # eg. daattali
4747
linkedin: yourname # eg. daattali
4848
stackoverflow: yourlink # eg. "3943160/daattali"
49+
instagram: yourname # eg. daattali
4950

5051
# Select which links to show in the footer
5152
footer-links-active:

_includes/footer.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
</span>
6363
</a>
6464
</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>
6575
{% endif %}
6676
{% if site.footer-links-active.rss %}
6777
<li>

0 commit comments

Comments
 (0)