node page title
This commit is contained in:
@@ -68,7 +68,11 @@
|
|||||||
{# {% if label and not page %} #}
|
{# {% if label and not page %} #}
|
||||||
{% if label %}
|
{% if label %}
|
||||||
<h2{{ title_attributes }}>
|
<h2{{ title_attributes }}>
|
||||||
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
|
{% if not page %}
|
||||||
|
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
|
||||||
|
{% else %}
|
||||||
|
{{ label }}
|
||||||
|
{% endif %}
|
||||||
</h2>
|
</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ title_suffix }}
|
{{ title_suffix }}
|
||||||
|
|||||||
Reference in New Issue
Block a user