From 4561302480d247b678f9f88e9346bb487b03f219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 11 Apr 2021 15:54:55 +0200 Subject: [PATCH] Add a favicon. Fixes #58 --- copanier/static/img/favicon.svg | 13 +++++++++++++ copanier/templates/base.html | 1 + 2 files changed, 14 insertions(+) create mode 100644 copanier/static/img/favicon.svg diff --git a/copanier/static/img/favicon.svg b/copanier/static/img/favicon.svg new file mode 100644 index 0000000..024da39 --- /dev/null +++ b/copanier/static/img/favicon.svg @@ -0,0 +1,13 @@ + + + + Layer 1 + + + + + + + + + \ No newline at end of file diff --git a/copanier/templates/base.html b/copanier/templates/base.html index 5295adb..0f010d3 100644 --- a/copanier/templates/base.html +++ b/copanier/templates/base.html @@ -12,6 +12,7 @@ + {% block head %} {% endblock head %}