forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-05-02 20:55:03 +03:00
parent 8e34bc4841
commit ed41363bdb
1 changed files with 5 additions and 0 deletions

View File

@ -175,6 +175,11 @@
{% set end_point = num_pages %}
{% endif %}
{% if start_point < 1 %}
{% set start_point = 1 %}
{% endif %}
{% if start_point > 1 %}
<li class="page-item">
<small><a class="page-link" href="?sort={{sort}}&page=1&t={{t}}">1</a></small>