Add social verification links

This commit is contained in:
Helen Chong 2024-07-08 18:11:00 +08:00
parent fad0ede045
commit f1ed7e9b43
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<link href="{{'/assets/fonts/fontawesome/css/fontawesome.css' | url | safe}}" rel="stylesheet">
<link href="{{'/assets/fonts/fontawesome/css/brands.css' | url | safe}}" rel="stylesheet">
{# Verifications #}
<link rel="me" href="mailto:contact@leilukin.com">
<link rel="me" href="https://mstdn.social/@leilukin">
<link rel="me" href="https://elekk.xyz/@leilukin">
{# Favicon #}
{% block favicon %}{% include "global/favicon.njk" %}{% endblock %}