From ef72c4bf852b77ec93e54ec1a69a3a46eec08e71 Mon Sep 17 00:00:00 2001 From: Seb3thehacker <88462253+Seb3thehacker@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:45:14 +0000 Subject: [PATCH] Update base.html --- templates/display/base.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/display/base.html b/templates/display/base.html index d60f4d8..e281252 100644 --- a/templates/display/base.html +++ b/templates/display/base.html @@ -1,5 +1,16 @@ {% extends "../base.html" %} +{% block opengraph %} + + + +{% endblock %} + +{% block twittercard %} + + +{% endblock %} + {% block title %}{{sitename}} - {{ filename }}{% endblock %} {% block bodymore %}{% endblock %} @@ -33,4 +44,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}