Skip to content

Commit 7d9cdfe

Browse files
committed
Updated prev/next buttons
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 855b970 commit 7d9cdfe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

theme/partials/page-nav.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<li class="page-nav__item">
55
{% if page.previous_page and not page.previous_page.title.startswith("_") %}
66
<a rel="prev" class="page-nav__link page-nav__link--prev" href="{{ page.previous_page.url|url }}">
7-
<small class="page-nav__label">Previous</small>
87
<i class="bi bi-chevron-left"></i>
98
{{ page.previous_page.title }}
109
</a>
@@ -15,7 +14,6 @@
1514
<li class="page-nav__item">
1615
{% if page.next_page and not page.next_page.title.startswith("_") %}
1716
<a rel="next" class="page-nav__link page-nav__link--next" href="{{ page.next_page.url|url }}">
18-
<small class="page-nav__label">Next</small>
1917
{{ page.next_page.title }}
2018
<i class="bi bi-chevron-right"></i>
2119
</a>

0 commit comments

Comments
 (0)