diff --git a/templates/utils.html b/templates/utils.html index 287ab43..9eb781b 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -222,10 +222,10 @@ {% macro display_pagination(older_than, newer_than) -%}
{% if older_than %} - + {% endif %} {% if newer_than %} - + {% endif %}
{% endmacro -%}