mod: Новый дизайн списка для блога и новая версия v.0.2.5.
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m28s

This commit is contained in:
2026-02-13 15:46:56 +03:00
parent 53a98df4c1
commit e53dac8180
6 changed files with 102 additions and 80 deletions

View File

@@ -81,7 +81,7 @@
<div class="container d-flex justify-content-between align-items-center">
<span class="text-muted small nowrap me-2">&copy; Sergei Erjemin, 2025&ndash;{% now 'Y' %}.</span>
<nobr class="text-muted small mx-2">
<i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i><a href="/changelog">v0.1.4 / v0.2.4</a>
<i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i><a href="/changelog">v0.1.4 / v0.2.5</a>
</nobr>
{# Сводная статистика (HTMX) #}<span class="text-muted small ms-2" hx-get="{% url 'stats_summary' %}" hx-trigger="load">
...