Add the possibility to link against a PGP key
This commit is contained in:
parent
e63fdae267
commit
5830ea3381
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@
|
|||
{% include "partial/ga.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 REL_CANONICAL %}
|
||||
{% if page %}
|
||||
|
|
Loading…
Reference in a new issue