Merge pull request #1436

Add 'Go to the top' button to user and dev guides
This commit is contained in:
luigi1111 2021-02-05 13:42:02 -05:00 committed by GitHub
commit 7544ca90fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -861,6 +861,7 @@ tags:
accessibility:
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.
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>
</p>
</div>
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}" title="{% t accessibility.gotop %}"><i></i></a>
</div>
</section>
<!-- END FULL WIDTH BLOCK -->