Skip to content

Commit

Permalink
Fixed typo in pagination.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca committed May 9, 2024
1 parent 37dbff0 commit 7f68785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/pagination.liquid
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down

0 comments on commit 7f68785

Please sign in to comment.