diff --git a/templates/utils.html b/templates/utils.html index b670050..6fec9a2 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -401,10 +401,10 @@ {% macro display_pagination(older_than, newer_than) -%}
{% if older_than %} - + {% endif %} {% if newer_than %} - + {% endif %}
{% endmacro -%}