Remove IndieAuth support

This commit is contained in:
Helen Chong 2024-06-05 08:29:17 +08:00
parent b91847f5bd
commit a5d32ecb69
1 changed files with 0 additions and 6 deletions

View File

@ -37,12 +37,6 @@
{# 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">
{% if enableWebMention %}
<link rel="webmention" href="https://webmention.io/leilukin.com/webmention" />
{% endif %}
<title> <title>
{% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %} {% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}
</title> </title>