Add the possibility to link against a PGP key

This commit is contained in:
Tobias Schmidl 2022-09-08 12:17:10 +02:00
parent e63fdae267
commit 5830ea3381

View file

@ -100,6 +100,10 @@
{% include "partial/ga.html" %} {% include "partial/ga.html" %}
{% include "partial/ggst.html" %} {% include "partial/ggst.html" %}
{% if PGP_KEY %}
<link rel="pgpkey" type="application/pgp-keys" href="{{ SITEURL }}/{{ PGP_KEY }}">
{% endif %}
{% if not PLUGINS or 'seo' not in PLUGINS %} {% if not PLUGINS or 'seo' not in PLUGINS %}
{% if REL_CANONICAL %} {% if REL_CANONICAL %}
{% if page %} {% if page %}