Set up webmention

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

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 %}