Add email contact link to footer

This commit is contained in:
Helen Chong 2024-07-27 23:07:19 +08:00
parent 12aa83f978
commit 6598d42bd1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
</nav>
{%- endif -%}
<p><a href="mailto:{{ sitemeta.siteAuthor.email }}">Contact me by email</a></p>
{%- include "global/h-card.njk" -%}
{%- include "global/top-btn.njk" %}
</footer>