From 0bcfe1f7df5c309f8a4ab381a6fd5b772d929542 Mon Sep 17 00:00:00 2001
From: Anhgelus Morhtuuzh
Date: Thu, 2 Oct 2025 22:54:46 +0200
Subject: feat(backend): working pagination
---
backend/templates/home.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'backend/templates')
diff --git a/backend/templates/home.html b/backend/templates/home.html
index f0b9b9c..37236ba 100644
--- a/backend/templates/home.html
+++ b/backend/templates/home.html
@@ -18,10 +18,12 @@
{{ end }}
+ {{ if ne .PagesNumber 1 }}
+ {{ end }}
{{end}}
\ No newline at end of file
--
cgit v1.2.3