[CHANGE] Mute subtitle text

This commit is contained in:
Peter Pfeufer 2024-05-12 11:35:42 +02:00
parent 2aeef63565
commit a7cb6ee434
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -7,7 +7,7 @@
{% if subtitle %} {% if subtitle %}
<br> <br>
<small>{{ subtitle }}</small> <small class="text-muted">{{ subtitle }}</small>
{% endif %} {% endif %}
</h1> </h1>
{% endif %} {% endif %}