From 243c1a3a524aaff3e60acc34890c62fe11dfcd2e Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Tue, 13 Dec 2016 01:09:25 +0900 Subject: [PATCH] Removing duplicate page numbers and Catalog link from index page template --- templates/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index 52c7419b..ae9af59a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -72,14 +72,6 @@ {% include 'report_delete.html' %} -
- {{ btn.prev }} {% for page in pages %} - [{{ page.num }}]{% if loop.last %} {% endif %} - {% endfor %} {{ btn.next }} - {% if config.catalog_link %} - | {% trans %}Catalog{% endtrans %} - {% endif %} -
{{ boardlist.bottom }}