2026.01.14 17:47:47 (cachyos.cmoser.eu)

This commit is contained in:
2026-01-14 17:47:47 +01:00
parent 8c3b30187d
commit e8c5a0a77a
3 changed files with 112 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
<div class="container-fluid">
<div class="row bg-primary pt-2">
<div clas="col-md-12 text-white ">
{% block title %}
{% if brand_logo %}
<img class="mb2 me-2" width="46" height="46" src="{{ brand_logo }}">
{% else %}
@@ -32,6 +33,7 @@
{% if subtitle %}
<span class="h2 text-truncate-sm">{{ subtitle }}</h2>
{% endif %}
{% endblock title %}
</div>
</div>
<div class="navbar navbar-expand-lg">