diff --git a/files/templates/home.html b/files/templates/home.html index c345f04e47..9df6f9b266 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -175,6 +175,11 @@ {% set end_point = num_pages %} {% endif %} + {% if start_point < 1 %} + {% set start_point = 1 %} + {% endif %} + + {% if start_point > 1 %}
  • 1