add all SOCIAL links in the metablock
This commit is contained in:
parent
5e600385ad
commit
a17ebec50f
1 changed files with 6 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue