diff --git a/_layouts/blog_by_tag.html b/_layouts/blog_by_tag.html
index f716f9c4..6c6a2844 100644
--- a/_layouts/blog_by_tag.html
+++ b/_layouts/blog_by_tag.html
@@ -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>
diff --git a/blog/index.html b/blog/index.html
index bc4bdb18..5a1e3a08 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -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 %}
diff --git a/downloads/index.md b/downloads/index.md
index 91d6409d..7df75414 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -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>