From 7898323167cb04ea16aedaf457ed7f7f50715563 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 30 Jan 2022 14:27:05 +0200 Subject: [PATCH] feat: update pagination --- templates/pages/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/pages/index.html b/templates/pages/index.html index 20e35c6..32a1204 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -19,9 +19,7 @@ {{ end }} -
- {{ template "pagiantion" .Pagination }} -
+ {{ template "pagiantion" .Pagination }} {{ template "footer" }}