add all SOCIAL links in the metablock

This commit is contained in:
Tobias Schmidl 2024-10-16 10:27:56 +02:00
parent 5e600385ad
commit a17ebec50f

View file

@ -115,6 +115,10 @@
<link rel="pingback" href="{{ PINGBACK_URL }}" />
{% endif %}
{% for _, link in SOCIAL%}
<link rel="me" href="{{ link }}" />
{% endfor %}
{% if not PLUGINS or 'seo' not in PLUGINS %}
{% if REL_CANONICAL %}
{% if page %}