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