Skip to content

Commit

Permalink
Pagination test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpalm committed Jun 23, 2024
1 parent dbe2de5 commit d42b87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ <h2>{{ post.title }}</h2>
</div>
{% endfor %}

{% assign minpage = paginator.page | minus: 3 %}
{% assign maxpage = paginator.page | minus: 3 %}
{% capture minpage %}{{ paginator.page | minus: 3 %}}{% endcapture %}
{% capture minpage %}{{ paginator.page | plus: 3 %}}{% endcapture %}
<div class="w3-row-padding w3-light-grey w3-padding-32 w3-container w3-center {% cycle 'w3-white', 'w3-light-grey' %}">
<div class="w3-content">

Expand Down

0 comments on commit d42b87e

Please sign in to comment.