add support for phone numbers in footer; fix #136
This commit is contained in:
parent
b638ef8298
commit
ff251261ee
@ -132,6 +132,16 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
{% 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>
|
||||
|
Loading…
Reference in New Issue
Block a user