Add support for og:image value.

This commit is contained in:
jakimfett 2017-06-03 23:35:11 -07:00 committed by GitHub
parent 79c91d1335
commit f04f189ade

View file

@ -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 %}