Add webmention support

This commit is contained in:
Leilukin 2024-07-08 20:20:46 +08:00 committed by Helen Chong
parent 4f8a148418
commit bda4d6de7c

View File

@ -34,6 +34,9 @@
<link rel="me" href="https://github.com/Leilukin">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
{# Webmention #}
<link rel="webmention" href="https://webmention.io/leilukin.com/webmention">
{# Favicon #}
{% block favicon %}{% include "global/favicon.njk" %}{% endblock %}