Fixed typo in pagination.liquid
This commit is contained in:
parent
37dbff08ab
commit
7f6878579e
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue