diff --git a/files/templates/home.html b/files/templates/home.html index c345f04e4..9df6f9b26 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