We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855b970 commit 7d9cdfeCopy full SHA for 7d9cdfe
1 file changed
theme/partials/page-nav.html
@@ -4,7 +4,6 @@
4
<li class="page-nav__item">
5
{% if page.previous_page and not page.previous_page.title.startswith("_") %}
6
<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>
8
<i class="bi bi-chevron-left"></i>
9
{{ page.previous_page.title }}
10
</a>
@@ -15,7 +14,6 @@
15
14
16
{% if page.next_page and not page.next_page.title.startswith("_") %}
17
<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>
19
{{ page.next_page.title }}
20
<i class="bi bi-chevron-right"></i>
21
0 commit comments