Skip to content
Snippets Groups Projects

ISTWCMS-7269: provide the linked document title to teaser image links for accessibility

Merged Kevin Paxman requested to merge feature/ISTWCMS-7269-kpaxman-teaser_image_link_label into 1.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
{% if url %}
<a href="{{ url }}">
<a href="{{ url }}" aria-label="{{ header.title }}">
{% endif %}
{% if image_type == 'image' %}
Loading