Merge pull request #982

Add possibility to go back to the Moneropedia page under each Moneropedia entry
This commit is contained in:
luigi1111 2020-07-31 15:07:43 -05:00 committed by GitHub
commit 1605213b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -684,6 +684,7 @@ moneropedia:
add_new_text1: If there is an entry you'd like to modify or be added, please
add_new_link: open an issue on this website's GitLab repository
add_new_text2: or submit changes via pull request
back: Back to the Moneropedia
entries:
account: Account
address-book: Address Book

View file

@ -10,6 +10,7 @@ layout: base
<div>
{{content}}
</div>
<p style="text-align: right;"><a href="{{site.baseurl}}/resources/moneropedia/">&laquo; {% t moneropedia.back %}</a></p>
</div>
</section>
<!-- END FULL WIDTH BLOCK -->