From 3c4f2ad0acf4ac8ccf14ccede37bf76eeb92aa19 Mon Sep 17 00:00:00 2001 From: Seb3thehacker <88462253+Seb3thehacker@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:44:23 +0000 Subject: [PATCH] Update base.html --- templates/base.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d2607b4..c798749 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,19 @@ {% block head %}{% endblock %} + + + + {% block opengraph %} + + + + {% endblock %} + + {% block twittercard %} + + + {% endblock %}
@@ -30,7 +43,7 @@ {% block content %}{% endblock %}