Fixed typo in pagination.liquid

This commit is contained in:
George 2024-05-09 14:27:34 -03:00 committed by GitHub
parent 37dbff08ab
commit 7f6878579e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% if paginator.total_pages > 1 %}
<nav aria-label="Blog page naviation">
<nav aria-label="Blog page navigation">
<ul class="pagination pagination-lg justify-content-center">
<li class="page-item {% unless paginator.previous_page %}disabled{% endunless %}">
<a class="page-link" href="{{ paginator.previous_page_path | relative_url }}" tabindex="-1" aria-disabled="{{ paginator.previous_page }}"