Skip to content

Commit

Permalink
Merge branch 'alshedivat:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey authored Jun 17, 2024
2 parents 51011bb + be52a96 commit 445e401
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
Expand Up @@ -9,7 +9,7 @@
{% if paginator.page_trail %}
{% for trail in paginator.page_trail %}
<li class="page-item {% if page.url == trail.path %}active{% endif %}">
<a class="page-link" href="{{ trail.path | relative_url }}" title="{{trail.title}}">{{ trail.num }}</a>
<a class="page-link" href="{{ trail.path | relative_url | remove: 'index.html' }}" title="{{trail.title}}">{{ trail.num }}</a>
</li>
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 445e401

Please sign in to comment.