css header-top-middle

This commit is contained in:
2025-03-10 13:15:11 +01:00
parent dfbe191195
commit c0fe77bc37
3 changed files with 10 additions and 3 deletions

View File

@@ -21,8 +21,8 @@
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
</a>
{% endif %}
{% if site_name %}
{# {% if site_name %}
<a href="{{ path('<front>') }}" rel="home"><h1>{{ site_name }}</h1></a>
{% endif %}
<h2>{{ site_slogan }}</h2>
<h2>{{ site_slogan }}</h2> #}
{% endblock %}