From 90f1d2006c561633a3c9b6ef533079be1d9a3007 Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Wed, 10 Feb 2021 21:22:59 -0500 Subject: [PATCH] Update base.html --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 7ed50b4..5e26ce4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ {% block title %}{{ sitename }}{% endblock %} - + {% block head %}{% endblock %}