Set up webmention

This commit is contained in:
Leilukin 2024-06-04 23:20:53 +08:00 committed by Helen Chong
parent f1955a8c7d
commit d41b79b626

View File

@ -39,6 +39,9 @@
{# IndieAuth #}
<link href="mailto:contact@leilukin.com" rel="me">
{% if enableWebMention %}
<link rel="webmention" href="https://webmention.io/leilukin.com/webmention" />
{% endif %}
<title>
{% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}