From 8ace90578e02b36ef2dff336212218febf88f812 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 26 Jan 2024 17:12:11 +0100 Subject: [PATCH] Add favicon --- static/favicon.svg | 1 + templates/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..02f76b1 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 39e3367..82a45ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,7 @@ {% block title %}{{ config.title }}{% endblock %} +