Added Webmentions and Pingbacks

This commit is contained in:
Tobias Schmidl 2022-09-08 12:24:52 +02:00
parent 5830ea3381
commit f65ae0001d

View file

@ -104,6 +104,13 @@
<link rel="pgpkey" type="application/pgp-keys" href="{{ SITEURL }}/{{ PGP_KEY }}">
{% endif %}
{% if WEBMENTION_URL %}
<link rel="webmention" href="{{ WEBMENTION_URL }}" />
{% endif %}
{% if PINGBACK_URL %}
<link rel="pingback" href="{{ PINGBACK_URL }}" />
{% endif %}
{% if not PLUGINS or 'seo' not in PLUGINS %}
{% if REL_CANONICAL %}
{% if page %}