radiocampus: misc adjustments

This commit is contained in:
2024-09-24 15:10:50 +02:00
parent 3fa038ddf9
commit efac8997f2
8 changed files with 145 additions and 25 deletions

View File

@ -8,7 +8,7 @@
{% endblock %}
{% block nav %}
<div id="grandlogo"><a href="/"><img /></a></div>
<div id="grandlogo" class="container"><a href="/"><img /></a></div>
{{ block.super }}
{% endblock %}
@ -17,3 +17,9 @@
{{ block.super }}
{% endif %}
{% endblock %}
{% block header-cover %}
{% if cover and not "emissions/episodes" in request.path %}
<img src="{{ cover }}" ref="cover" class="cover">
{% endif %}
{% endblock %}