Add email contact link to footer

This commit is contained in:
Leilukin 2024-07-27 23:07:19 +08:00 committed by Helen Chong
parent beaaa6e334
commit 5bf8740058

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>