From 254d5b25a0cde43b81708935358e18c47cff0383 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 7 Apr 2024 16:50:26 -0400 Subject: [PATCH] fix icon path --- boofilsic/settings.py | 2 +- common/static/img/{logo-icon.png => icon.png} | Bin common/templates/common_libs.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename common/static/img/{logo-icon.png => icon.png} (100%) diff --git a/boofilsic/settings.py b/boofilsic/settings.py index d441a209..7f18e52a 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -31,7 +31,7 @@ env = environ.FileAwareEnv( NEODB_SITE_NAME=(str), NEODB_SITE_DOMAIN=(str), NEODB_SITE_LOGO=(str, "/s/img/logo.svg"), - NEODB_SITE_ICON=(str, "/s/img/logo.svg"), + NEODB_SITE_ICON=(str, "/s/img/icon.png"), NEODB_USER_ICON=(str, "/s/img/avatar.svg"), NEODB_SITE_INTRO=(str, ""), NEODB_SITE_HEAD=(str, ""), diff --git a/common/static/img/logo-icon.png b/common/static/img/icon.png similarity index 100% rename from common/static/img/logo-icon.png rename to common/static/img/icon.png diff --git a/common/templates/common_libs.html b/common/templates/common_libs.html index 13751444..adda1f25 100644 --- a/common/templates/common_libs.html +++ b/common/templates/common_libs.html @@ -48,7 +48,7 @@ })(); - + {% if request.META.HTTP_HOST == site_domain %}