diff --git a/shows/templates/shows/show_detail.html b/shows/templates/shows/show_detail.html index d0cb94d..d3f6743 100644 --- a/shows/templates/shows/show_detail.html +++ b/shows/templates/shows/show_detail.html @@ -1,5 +1,14 @@ {% extends "base.html" %} {% block title %}{{ show.title }}{% endblock title %} +{% block opengraphextra %} + + {% if show.description %} + + {% endif %} + {% if show.logo %} + + {% endif %} +{% endblock opengraphextra %} {% block extrahead %} {% comment "TODO" %}