From dbe962e76b0417bb515c249214748dd091558c28 Mon Sep 17 00:00:00 2001 From: Scott Rubin Date: Thu, 21 Sep 2023 03:02:18 +0000 Subject: [PATCH] Add url and publish datetime to og metadata --- shows/templates/shows/content_detail.html | 7 ++++--- templates/base.html | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) 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 %}