Add webmention support

This commit is contained in:
Helen Chong 2024-07-08 20:20:46 +08:00
parent 2b8c71122e
commit cf4ac9ff3c
1 changed files with 3 additions and 0 deletions

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