Skip to content

Commit

Permalink
remove jump-to-page from pagination (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascantor authored Oct 9, 2023
1 parent 608d583 commit dc3bfd5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions content/_includes/partials/pagination.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@
</span>
{% endif %}
</li>
{% if currentPage %}
<li class="current">
<form class="jump-to-page-form">
<label for="jump-to-page" class="page input-label">{{ phrases.go_to_page }}:</label>
<div class="fields">
<input id="jump-to-page" class="page-number-input" title="{{ phrases.page_number_hint }}" type="number" enterkeyhint="go" inputmode="numeric" min="1" max="{{ totalPages }}" value="{{ currentPage }}">
<span class="of">{{ phrases.of }} </span>
<span class="total-pages">{{ totalPages }}</span>
<input type="submit" class="jump-button" disabled value="{{ phrases.go }}">
</div>
</form>
</li>
{% endif %}
<li class="links next">
{% if nextHref %}
<a href="{{ nextHref }}">
Expand Down

0 comments on commit dc3bfd5

Please sign in to comment.