test head meta
This commit is contained in:
@@ -20,13 +20,13 @@
|
|||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
{%if section.extra.imgPath %}
|
{%if section.extra.imgPath %}
|
||||||
<meta name="image" content="{{ section.extra.imgPath }}" />
|
<meta name="image" content="{{section.permalink}}{{ section.extra.imgPath }}" />
|
||||||
<meta property="og:image" content="{{ section.extra.imgPath }}" />
|
<meta property="og:image" content="{{section.permalink}}{{ section.extra.imgPath }}" />
|
||||||
<meta property="twitter:image" content="{{ section.extra.imgPath }}" />
|
<meta property="twitter:image" content="{{section.permalink}}{{ section.extra.imgPath }}" />
|
||||||
{% elif page.extra.imgPath %}
|
{% elif page.extra.imgPath %}
|
||||||
<meta name="image" content="{{ page.extra.imgPath }}" />
|
<meta name="image" content="{{page.permalink}}{{ page.extra.imgPath }}" />
|
||||||
<meta property="og:image" content="{{ page.extra.imgPath }}" />
|
<meta property="og:image" content="{{page.permalink}}{{ page.extra.imgPath }}" />
|
||||||
<meta property="twitter:image" content="{{ page.extra.imgPath }}" />
|
<meta property="twitter:image" content="{{page.permalink}}{{ page.extra.imgPath }}" />
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
{%if section.description%}
|
{%if section.description%}
|
||||||
|
|||||||
Reference in New Issue
Block a user