diff --git a/borgweb/borg/templates/borg/base.html b/borgweb/borg/templates/borg/base.html index 2d0b5b2..480511a 100644 --- a/borgweb/borg/templates/borg/base.html +++ b/borgweb/borg/templates/borg/base.html @@ -6,6 +6,7 @@ {% block script %} {% load static %} + {% load compress %} {% compress css %} diff --git a/borgweb/static/favicon.ico b/borgweb/static/favicon.ico new file mode 100644 index 0000000..852a5b7 Binary files /dev/null and b/borgweb/static/favicon.ico differ