Add 'Go to the top' button to user and dev guides

This commit is contained in:
erciccione 2021-01-26 09:11:40 +00:00
parent dcb4d97a92
commit f927873bf5
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 2 additions and 0 deletions

View file

@ -861,6 +861,7 @@ tags:
accessibility: accessibility:
arrowup: Go back to the top of the page arrowup: Go back to the top of the page
gotop: Go to top
guiscreen: A screenshot of the Monero GUI wallet. It shows the wallet's balance and a navigation menu on the left, and a form for sending XMR on the right. guiscreen: A screenshot of the Monero GUI wallet. It shows the wallet's balance and a navigation menu on the left, and a form for sending XMR on the right.
cliscreen: CLI wallet screenshot cliscreen: CLI wallet screenshot

View file

@ -11,6 +11,7 @@ layout: base
<a href="{{ site.baseurl }}/resources/user-guides/">&laquo; {% t user-guides.back %}</a> <a href="{{ site.baseurl }}/resources/user-guides/">&laquo; {% t user-guides.back %}</a>
</p> </p>
</div> </div>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
</div> </div>
</section> </section>
<!-- END FULL WIDTH BLOCK --> <!-- END FULL WIDTH BLOCK -->