Set up IndieAuth

This commit is contained in:
Helen Chong 2024-06-04 23:03:56 +08:00
parent c4ef348ec0
commit 407b9a9ad7
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@
{# JavaScript #} {# JavaScript #}
<script src="/assets/js/details-utils.js" defer></script> <script src="/assets/js/details-utils.js" defer></script>
{# IndieAuth #}
<link href="mailto:contact@leilukin.com" rel="me">
<title> <title>
{% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %} {% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}
</title> </title>