diff --git a/src/templates/index.html b/src/templates/index.html index e742deb..988fb1f 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -48,9 +48,9 @@ {% endif %} {# Things are kinda messy here #} - {% for i in range(pagination[2] - pagination[3] - 1, pagination[2] - 1) %} -
  • {{ i + 1 }}
  • + {% for i in range(pagination[2] - pagination[3], pagination[2]) %} +
  • {{ i }}
  • {% endfor %}
  • {{ pagination[2] }}