Set up webmention
This commit is contained in:
parent
407b9a9ad7
commit
5cf0406a6c
|
@ -39,6 +39,9 @@
|
||||||
|
|
||||||
{# IndieAuth #}
|
{# IndieAuth #}
|
||||||
<link href="mailto:contact@leilukin.com" rel="me">
|
<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 %}
|
||||||
|
|
Loading…
Reference in New Issue