mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-06 21:31:10 +01:00
Make email and call work in footer. (#133)
* Open email in default email program. * Add phone link.
This commit is contained in:
parent
016dccfe7d
commit
a6070e66d8
@ -26,14 +26,14 @@
|
||||
<div class="contact-method">
|
||||
<span class="icon alt fa-envelope"></span>
|
||||
<h3>Email</h3>
|
||||
<a href="#">{{ site.email }}</a>
|
||||
<a href="mailto:{{ site.email }}">{{ site.email }}</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="contact-method">
|
||||
<span class="icon alt fa-phone"></span>
|
||||
<h3>Phone</h3>
|
||||
<span>{{ site.phone }}</span>
|
||||
<a href="tel:{{ site.phone }}">{{ site.phone }}</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
Loading…
Reference in New Issue
Block a user