Merge pull request #1437

Add 'title' attribute to all 'arrow-up' buttons
This commit is contained in:
luigi1111 2021-02-05 13:42:13 -05:00 committed by GitHub
commit f7fccaf2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>