diff --git a/shows/templates/shows/content_detail.html b/shows/templates/shows/content_detail.html
index 35ab192..d303dfe 100644
--- a/shows/templates/shows/content_detail.html
+++ b/shows/templates/shows/content_detail.html
@@ -5,12 +5,13 @@
{% if content.image %}
-
+
{% elif content.show.logo %}
-
+
{% else %}
-
+
{% endif %}
+
{% endblock opengraphextra %}
{% block extrahead %}
{% comment "TODO" %}
diff --git a/templates/base.html b/templates/base.html
index 6301fcb..07b656c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -12,6 +12,7 @@
{% block opengraph %}
+
{% block opengraphextra %}{% endblock opengraphextra %}
{% endblock opengraph %}