Keep link icon for permalink from being ugly for screenreaders
This is a longer approach than what i think we'll take though
This commit is contained in:
parent
2cfb2f5ffa
commit
ecd20f1986
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@
|
||||||
indicator here would break the render cache.
|
indicator here would break the render cache.
|
||||||
#}
|
#}
|
||||||
<mark class="hidden is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
|
<mark class="hidden is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
|
||||||
<p><small>{{ permalink }}</small></p>
|
|
||||||
|
<p><small><a href="{{ url }}" class="u-url" rel="bookmark" title="Permalink"><ion-icon name="link" aria-hidden="true"></ion-icon><span class="visually-hidden">Permalink</a></small></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="media-content">
|
<div class="media-content">
|
||||||
{% if title %}
|
{% if title %}
|
||||||
|
|
Loading…
Reference in a new issue