mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Replace static 'Back to top' text with translation
This commit is contained in:
parent
45ddd7410a
commit
704638110a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="page-links">
|
||||
<p class="h3">On this page</p>
|
||||
<nav id="toc"></nav>
|
||||
<p class="link-to-top"><a href="#main-top-link"><span aria-hidden="true">↑︎</span> Back to top</a></p>
|
||||
<p class="link-to-top"><a href="#main-top-link"><span aria-hidden="true">↑︎</span><?php echo i18n('backtotop');?></a></p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue