Remove IndieAuth support
This commit is contained in:
parent
b91847f5bd
commit
a5d32ecb69
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue