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:locale" content="{{ default_locale }}"/>
|
||||
<meta property="og:url" content="{{ SITEURL }}"/>
|
||||
{% if OG_IMAGE %}
|
||||
<meta property="og:image" content="{{ OG_IMAGE }}">
|
||||
{% if SITELOGO %}
|
||||
<meta property="og:image" content="{{ SITELOGO }}">
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue