Attempt to smooth over link icon in screenreaders
If it doesn't work out in testing, go to commit ecd20f1
approach
This commit is contained in:
parent
ecd20f1986
commit
e1f3746a29
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="flow content">
|
<div class="flow content">
|
||||||
<div class="flow_middle sharing">
|
<div class="flow_middle sharing">
|
||||||
<a href="{{ url }}" class="u-url" rel="bookmark"><ion-icon name="link"></ion-icon></a>
|
<a href="{{ url }}" class="u-url" rel="bookmark" aria-label="Permalink" title="Permalink"><ion-icon name="link"></ion-icon></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if content.field_tags is not empty %}
|
{% if content.field_tags is not empty %}
|
||||||
|
|
Loading…
Reference in a new issue