From 3133c911ec4050bee14709629ae5a002cecc3a62 Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 20:42:59 -0500 Subject: [PATCH] Embed rework. --- templates/display/audio.html | 3 ++- templates/display/image.html | 4 +++- templates/display/video.html | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/display/audio.html b/templates/display/audio.html index ba491f0..a120948 100644 --- a/templates/display/audio.html +++ b/templates/display/audio.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% block head %} - + + {% endblock %} {% block main %} diff --git a/templates/display/image.html b/templates/display/image.html index 985c504..cd626b6 100644 --- a/templates/display/image.html +++ b/templates/display/image.html @@ -1,7 +1,9 @@ {% extends "base.html" %} {% block head %} - + + + {% endblock %} {% block main %} diff --git a/templates/display/video.html b/templates/display/video.html index 54a796f..8f24c97 100644 --- a/templates/display/video.html +++ b/templates/display/video.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% block head %} - + + {% endblock %} {% block main %}