Merge pull request #79 from eugenius1/instagram
Add Instagram to footer
This commit is contained in:
commit
61187869b3
@ -46,6 +46,7 @@ author:
|
|||||||
twitter: yourname # eg. daattali
|
twitter: yourname # eg. daattali
|
||||||
linkedin: yourname # eg. daattali
|
linkedin: yourname # eg. daattali
|
||||||
stackoverflow: yourlink # eg. "3943160/daattali"
|
stackoverflow: yourlink # eg. "3943160/daattali"
|
||||||
|
instagram: yourname # eg. daattali
|
||||||
|
|
||||||
# Select which links to show in the footer
|
# Select which links to show in the footer
|
||||||
footer-links-active:
|
footer-links-active:
|
||||||
@ -56,6 +57,7 @@ footer-links-active:
|
|||||||
github: true
|
github: true
|
||||||
linkedin: false
|
linkedin: false
|
||||||
stackoverflow: false
|
stackoverflow: false
|
||||||
|
instagram: false
|
||||||
|
|
||||||
# How to display the link to the website in the footer
|
# How to display the link to the website in the footer
|
||||||
# Remove this if you don't want a link in the footer
|
# Remove this if you don't want a link in the footer
|
||||||
|
@ -62,6 +62,16 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
{% if site.author.instagram and site.footer-links-active.instagram %}
|
||||||
|
<li>
|
||||||
|
<a href="https://www.instagram.com/{{ site.author.instagram }}" 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 %}
|
{% endif %}
|
||||||
{% if site.footer-links-active.rss %}
|
{% if site.footer-links-active.rss %}
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user