node page title

This commit is contained in:
2026-09-15 09:48:39 +02:00
parent aa322dded3
commit 0d84a8fc22
@@ -68,7 +68,11 @@
{# {% if label and not page %} #}
{% if label %}
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
{% if not page %}
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
{% else %}
{{ label }}
{% endif %}
</h2>
{% endif %}
{{ title_suffix }}