Add 'title' attribute to all 'arrow-up' buttons

This commit is contained in:
erciccione 2021-01-26 09:18:36 +00:00
parent dcb4d97a92
commit 960194dd9d
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
3 changed files with 3 additions and 3 deletions

View file

@ -124,5 +124,5 @@ layout: custom
<!-- end right one-third block-->
</div>
</section>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
</div>

View file

@ -63,7 +63,7 @@ title: titles.blogbytag
</div>
<!-- End full block-->
</section>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
</div>
{% if paginator.total_pages > 1 %}

View file

@ -308,5 +308,5 @@ permalink: /downloads/index.html
<!-- End 'Hardware Wallets' -->
</section>
</div>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
</div>