From b056391e68eaee4f180369a80128788693f5c57e Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 21:21:19 -0500 Subject: [PATCH] Update base.html --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/base.html b/templates/base.html index 682cdd3..7ed50b4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,9 @@ {% block title %}{{ sitename }}{% endblock %} + + + {% block head %}{% endblock %}