pozycja stopki fix

This commit is contained in:
Mateusz Gruszczyński
2025-08-28 11:31:43 +02:00
parent b7ab11d124
commit 829142f1cc

View File

@@ -71,7 +71,7 @@
</div> </div>
<!-- stopka --> <!-- stopka -->
<footer class="border-top mt-5 py-3 text-center small text-muted"> <footer class="mt-auto text-center py-3 border-top" style="background: var(--surface-0);">
{% set footer_mode = global_settings.footer_brand_mode if global_settings and global_settings.footer_brand_mode {% set footer_mode = global_settings.footer_brand_mode if global_settings and global_settings.footer_brand_mode
else 'text' %} else 'text' %}
{% if footer_mode == 'logo' and global_settings and global_settings.logo_url %} {% if footer_mode == 'logo' and global_settings and global_settings.logo_url %}