diff --git a/templates/article.html b/templates/article.html
index e94f480..7de20df 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -27,10 +27,10 @@
{% if article.image %}
-{% elif OG_IMAGE %}
-
-
-
+{% elif META_IMAGE %}
+
+
+
{% endif %}
{% endblock %}
diff --git a/templates/base.html b/templates/base.html
index e3c9dc9..157ce7c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,10 +24,10 @@
{% endif %}
-{% if OG_IMAGE %}
-
-
-
+{% if META_IMAGE %}
+
+
+
{% endif %}
{% endblock %}
diff --git a/templates/common_seo.html b/templates/common_seo.html
index 64e10a1..a586f5d 100644
--- a/templates/common_seo.html
+++ b/templates/common_seo.html
@@ -3,10 +3,10 @@
-{% if OG_IMAGE %}
-
-
-
+{% if META_IMAGE %}
+
+
+
{% endif %}
{% endblock %}
diff --git a/templates/page.html b/templates/page.html
index 342993b..2b20fad 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -10,10 +10,10 @@
{% if page.image %}
-{% elif OG_IMAGE %}
-
-
-
+{% elif META_IMAGE %}
+
+
+
{% endif %}
{% if page.summary %}