Skip to content

Commit 34c784f

Browse files
committed
fix page problem
1 parent 65f6b3a commit 34c784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/pagination.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if counter > 5 %}
1+
{% if counter > 100 %}
22
<div class="col-lg-6 col-lg-offset-6">
33
<div class="pag-holder"></div>
44
</div>

0 commit comments

Comments
 (0)