Added Webmentions and Pingbacks
This commit is contained in:
parent
5830ea3381
commit
f65ae0001d
1 changed files with 7 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue