diff --git a/templates/macros.html b/templates/macros.html index 4b82e94..fb1ecf6 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -26,9 +26,17 @@ {% endmacro print_recipe %} {% macro pagination() %} - {% if paginator.previous %}{% endif %} + {% if paginator.previous %} + + {% else %} + + {% endif %} {{ paginator.current_index }} / {{ paginator.number_pagers }} - {% if paginator.next %}{% endif %} + {% if paginator.next %} + + {% else %} + + {% endif %} {% endmacro pagination %} {% macro subnav() %}