Skip to content
Snippets Groups Projects
Commit ef3e3b7f authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3034751 by shaal, goska_m, pawandubey, andrewmacpherson: Remove link...

Issue #3034751 by shaal, goska_m, pawandubey, andrewmacpherson: Remove link from node title in Card display mode to improve accessibility

(cherry picked from commit 390ffde1)
parent c9ff6d08
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@
{{ title_prefix }}
{% if label and not page %}
<h2{{ title_attributes.addClass('node__title') }}>
<a class="node__link" href="{{ url }}" rel="bookmark">{{ label }}</a>
{{ label }}
</h2>
{% endif %}
{{ title_suffix }}
......
......@@ -85,7 +85,7 @@
{{ title_prefix }}
{% if label and not page %}
<h2{{ title_attributes.addClass('node__title') }}>
<a class="node__link" href="{{ url }}" rel="bookmark">{{ label }}</a>
{{ label }}
</h2>
{% endif %}
{{ title_suffix }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment