From 9fc5d123476bdc60725f9aa5ea6c6368d0de5228 Mon Sep 17 00:00:00 2001 From: Kay Faraday Date: Tue, 13 Aug 2024 14:08:35 -0700 Subject: [PATCH] fix favicon --- base.j2.html | 2 +- favicon.png => static/img/favicon.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename favicon.png => static/img/favicon.png (100%) diff --git a/base.j2.html b/base.j2.html index ea20bf8..cc391a4 100644 --- a/base.j2.html +++ b/base.j2.html @@ -4,7 +4,7 @@ {% block titletag %}{{ self.title() }}{% endblock titletag %} - +

{% block titleheader %}{{ self.title() }}{% endblock titleheader %}

diff --git a/favicon.png b/static/img/favicon.png similarity index 100% rename from favicon.png rename to static/img/favicon.png