Make email and call work in footer. (#133)

* Open email in default email program.
* Add phone link.
This commit is contained in:
Abhay Kumar Verma 2021-04-17 22:03:35 +05:30 committed by GitHub
parent 016dccfe7d
commit a6070e66d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>