From 594efa94584710b566c213ade89cfbf7199e9848 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 2 Jun 2024 23:34:18 +0300 Subject: [PATCH] chore: Remove listed pages from index and section Signed-off-by: Awiteb --- templates/index.html | 9 --------- templates/section.html | 9 --------- 2 files changed, 18 deletions(-) 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 %}