mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Add possibility to go back to the Moneropedia page under each Moneropedia entry
This commit is contained in:
parent
b435d28aae
commit
6eea212b36
2 changed files with 2 additions and 0 deletions
|
@ -626,6 +626,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
|
||||
|
|
|
@ -10,6 +10,7 @@ layout: base
|
|||
<div>
|
||||
{{content}}
|
||||
</div>
|
||||
<p style="text-align: right;"><a href="{{site.baseurl}}/resources/moneropedia/">« {% t moneropedia.back %}</a></p>
|
||||
</div>
|
||||
</section>
|
||||
<!-- END FULL WIDTH BLOCK -->
|
||||
|
|
Loading…
Reference in a new issue