From 159b9c973709b14e48a353dbd2f74b8ef9b5a9d1 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 16 Apr 2024 00:09:38 +0200 Subject: [PATCH] index.html: add missing hud bars ids --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 8269f943..696796df 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,7 +31,7 @@ {{ board.url }} - {{ board.title|e }}{% if page_num %} - Page {{ page_num }}{% endif %} -
+
{{ boardlist.top }}
@@ -116,7 +116,7 @@
-
+
{{ btn.prev }} [ {% for page in pages %} {{ page.num }}{% if not loop.last %} /{% endif %}