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:
benjamin melançon 2018-12-25 20:06:00 -05:00
parent 2cfb2f5ffa
commit ecd20f1986

View file

@ -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 %}