From e8a190bf47bfa36579ef61e9c61594a07a1ffeda Mon Sep 17 00:00:00 2001 From: Seb3thehacker <88462253+Seb3thehacker@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:45:53 +0000 Subject: [PATCH] Update video.html --- templates/display/video.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/display/video.html b/templates/display/video.html index 3cf6a81..d3aba60 100644 --- a/templates/display/video.html +++ b/templates/display/video.html @@ -1,13 +1,17 @@ {% extends "base.html" %} -{% block head %} +{% block opengraph %} + + {% endblock %} +{% block twittercard %}{% endblock %} + {% block main %} -{% endblock %} \ No newline at end of file +{% endblock %}