Features: 1) Add support for dynamic versioning in sidebar footnote;

Fixes: 1) Add missing import for EVIBES_VERSION;

Extra: 1) Minor update to sidebar footnote formatting;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-23 02:42:50 +03:00
parent f7c5fdcf37
commit 4abb174287

View file

@ -1,4 +1,4 @@
from evibes.settings import CONSTANCE_CONFIG
from evibes.settings import CONSTANCE_CONFIG, EVIBES_VERSION
DAISY_SETTINGS: dict = {
"SITE_LOGO": "/static/favicon.ico",
@ -8,7 +8,7 @@ DAISY_SETTINGS: dict = {
"EXTRA_SCRIPTS": [],
"SHOW_CHANGELIST_FILTER": True,
"DONT_SUPPORT_ME": True,
"SIDEBAR_FOOTNOTE": "eVibes by Wiseless",
"SIDEBAR_FOOTNOTE": f"eVibes {EVIBES_VERSION} by Wiseless",
"LOAD_FULL_STYLES": True,
"APPS_REORDER": {
"django_celery_results": {