From 159976f2d837eafd04d45821c836a68e0e929cf3 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 22 Jan 2021 16:58:12 +0000 Subject: [PATCH] Add favicon thingies to --- snikket_web/templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snikket_web/templates/base.html b/snikket_web/templates/base.html index af4a1ef..c0b788e 100644 --- a/snikket_web/templates/base.html +++ b/snikket_web/templates/base.html @@ -8,6 +8,13 @@ {% endblock %} + + + + + + + {% block body %}{% endblock %}