File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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
5152footer-links-active :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments