add support for phone numbers in footer; fix #136

This commit is contained in:
Dean Attali 2016-12-08 15:22:55 -05:00 committed by GitHub
parent b638ef8298
commit ff251261ee

View File

@ -132,7 +132,17 @@
</span>
</a>
</li>
{% endif %}
{% endif %}
{% if site.author.telephone and site.footer-links-active.telephone %}
<li>
<a href="tel:{{ site.author.telephone }}" title="Phone">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-phone fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.footer-links-active.rss %}
<li>
<a href="{{ '/feed.xml' | prepend: site.baseurl }}" title="RSS">