From 765847ad42281cc04fd9bea4d381049aee56b3df Mon Sep 17 00:00:00 2001 From: Scott Rubin Date: Thu, 21 Sep 2023 02:28:21 +0000 Subject: [PATCH] Fix typo in opengraph embed --- shows/templates/shows/content_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shows/templates/shows/content_detail.html b/shows/templates/shows/content_detail.html index 28b573c..35ab192 100644 --- a/shows/templates/shows/content_detail.html +++ b/shows/templates/shows/content_detail.html @@ -3,7 +3,7 @@ {% block title %}{{ content.title }} | {{ show.title }}{% endblock title %} {% block opengraphextra %} - {% if content.image %} {% elif content.show.logo %}