From c45d0107ee975e8d9f7da51b8b1f3792309397fc Mon Sep 17 00:00:00 2001 From: TimOsahenru Date: Mon, 6 Jan 2025 10:14:07 +0000 Subject: [PATCH] removed broken paginated pages --- _includes/posts.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_includes/posts.html b/_includes/posts.html index f05910b3..c723cbca 100644 --- a/_includes/posts.html +++ b/_includes/posts.html @@ -37,14 +37,6 @@

← Prev {%- endif %} - {%- for page in (1..paginator.total_pages) %} - {%- if page == paginator.page %} - {{ page }} - {%- else %} - {{ page }} - {%- endif %} - {%- endfor %} - {%- if paginator.next_page %} {%- else %}