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
|
@ -73,7 +73,7 @@
|
||||||
{% if USE_GOOGLE_FONTS != False %}
|
{% if USE_GOOGLE_FONTS != False %}
|
||||||
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,400|Open+Sans" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,400|Open+Sans" rel="stylesheet">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.min.css" />
|
href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.min.css" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -115,6 +115,10 @@
|
||||||
<link rel="pingback" href="{{ PINGBACK_URL }}" />
|
<link rel="pingback" href="{{ PINGBACK_URL }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% for _, link in SOCIAL%}
|
||||||
|
<link rel="me" href="{{ link }}" />
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
{% 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 %}
|
||||||
|
@ -129,7 +133,7 @@
|
||||||
<link rel="canonical" href="{{ SITEURL }}/{{ output_file }}">
|
<link rel="canonical" href="{{ SITEURL }}/{{ output_file }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
<meta name="author" content="{{ AUTHOR }}" />
|
<meta name="author" content="{{ AUTHOR }}" />
|
||||||
|
|
Loading…
Reference in a new issue