Add support for og:image value.
This commit is contained in:
parent
79c91d1335
commit
f04f189ade
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
<meta property="og:description" content="{{ SITEDESCRIPTION }}"/>
|
<meta property="og:description" content="{{ SITEDESCRIPTION }}"/>
|
||||||
<meta property="og:locale" content="{{ default_locale }}"/>
|
<meta property="og:locale" content="{{ default_locale }}"/>
|
||||||
<meta property="og:url" content="{{ SITEURL }}"/>
|
<meta property="og:url" content="{{ SITEURL }}"/>
|
||||||
|
{% if OG_IMAGE %}
|
||||||
|
<meta property="og:image" content="{{ OG_IMAGE }}">
|
||||||
{% if SITELOGO %}
|
{% if SITELOGO %}
|
||||||
<meta property="og:image" content="{{ SITELOGO }}">
|
<meta property="og:image" content="{{ SITELOGO }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue