Add possibility to go back to the Moneropedia page under each Moneropedia entry

This commit is contained in:
erciccione 2020-05-15 14:05:51 +02:00
parent b435d28aae
commit 6eea212b36
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 2 additions and 0 deletions

View file

@ -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

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 -->