mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Blog: Add 'arrow-up' button
This commit is contained in:
parent
6d47fd0a2d
commit
25b0916213
2 changed files with 2 additions and 1 deletions
|
@ -124,5 +124,5 @@ layout: custom
|
|||
<!-- end right one-third block-->
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
|
||||
</div>
|
||||
|
|
|
@ -63,6 +63,7 @@ title: titles.blogbytag
|
|||
</div>
|
||||
<!-- End full block-->
|
||||
</section>
|
||||
<a href="#" class="arrow-up" aria-label="{% t accessibility.arrowup %}"><i></i></a>
|
||||
</div>
|
||||
|
||||
{% if paginator.total_pages > 1 %}
|
||||
|
|
Loading…
Reference in a new issue