Substituted OG_IMAGE with META_IMAGE

This commit is contained in:
Luca Chiricozzi
2015-01-02 00:56:46 +01:00
parent f7794cae60
commit 9840bf45cb
4 changed files with 16 additions and 16 deletions

View File

@@ -3,10 +3,10 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ SITEURL }}" />
<meta name="twitter:url" content="{{ SITEURL }}" />
{% if OG_IMAGE %}
<meta property="og:image" content="{{ OG_IMAGE }}" />
<meta property="og:image:type" content="{{ OG_IMAGE_TYPE }}" />
<meta name="twitter:image" content="{{ OG_IMAGE }}" />
{% if META_IMAGE %}
<meta property="og:image" content="{{ META_IMAGE }}" />
<meta property="og:image:type" content="{{ META_IMAGE_TYPE }}" />
<meta name="twitter:image" content="{{ META_IMAGE }}" />
{% endif %}
{% endblock %}