diff --git a/templates/index.html b/templates/index.html index c44de41..829b000 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,15 +9,6 @@ {% else %} {% set pages = section.pages %} {% endif %} - {% if paginator %}

{% if paginator.previous %}<< First < Previous{% endif %} [{{ paginator.current_index }}/{{ paginator.number_pagers }}] {% if paginator.next %}Next > Last >>{% endif %}

{% endif %} diff --git a/templates/section.html b/templates/section.html index 2fcd18c..f604769 100644 --- a/templates/section.html +++ b/templates/section.html @@ -11,15 +11,6 @@ {% else %} {% set pages = section.pages %} {% endif %} - {% if paginator %}

{% if paginator.previous %}<< First < Previous{% endif %} [{{ paginator.current_index }}/{{ paginator.number_pagers }}] {% if paginator.next %}Next > Last >>{% endif %}

{% endif %}