From 822fcbd73ddb5090203ce85efed44335a47efb06 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 11 Jul 2021 22:49:12 +1200 Subject: Added microchip favicon --- project/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'project/templates/base.html') diff --git a/project/templates/base.html b/project/templates/base.html index e9ced35..a682b86 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -6,6 +6,7 @@ {% block title %}{% endblock %} + {% block style %} {% endblock %} -- cgit