fix: корневой favicon.ico и новый ver в футере
This commit is contained in:
@@ -7,11 +7,6 @@ from django.contrib.staticfiles.storage import staticfiles_storage
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path(route='adm-in/', view=admin.site.urls),
|
path(route='adm-in/', view=admin.site.urls),
|
||||||
path(
|
|
||||||
route="favicon.ico",
|
|
||||||
view=RedirectView.as_view(url=staticfiles_storage.url("favicon.ico")),
|
|
||||||
name="favicon",
|
|
||||||
),
|
|
||||||
path(route='', view=include('typograph.urls')),
|
path(route='', view=include('typograph.urls')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<div class="container d-flex justify-content-between align-items-center">
|
<div class="container d-flex justify-content-between align-items-center">
|
||||||
<span class="text-muted small nowrap me-2">© Sergei Erjemin, 2025–{% now 'Y' %}.</span>
|
<span class="text-muted small nowrap me-2">© Sergei Erjemin, 2025–{% now 'Y' %}.</span>
|
||||||
|
|
||||||
<nobr class="text-muted small mx-2"><i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i>v0.1.3 / v0.1.3</nobr>
|
<nobr class="text-muted small mx-2"><i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i>v0.1.3 / v0.1.4</nobr>
|
||||||
|
|
||||||
{# Сводная статистика (HTMX) #}
|
{# Сводная статистика (HTMX) #}
|
||||||
<span class="text-muted small ms-2" hx-get="{% url 'stats_summary' %}" hx-trigger="load">
|
<span class="text-muted small ms-2" hx-get="{% url 'stats_summary' %}" hx-trigger="load">
|
||||||
|
|||||||
Reference in New Issue
Block a user