diff --git a/suchwow/templates/index.html b/suchwow/templates/index.html index b7bf868..3f47da0 100644 --- a/suchwow/templates/index.html +++ b/suchwow/templates/index.html @@ -40,11 +40,13 @@

No posts yet!

{% endif %} +{% if total_pages %}
{% for p in range(1, total_pages + 1) %} {{ p }} {% endfor %}
+{% endif %}