From 3e7f868fda80d3f714621471d5f24ad282ec372d Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 2 Apr 2024 15:10:13 +0200
Subject: [PATCH] term list wip

---
 layouts/locations/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/locations/list.html b/layouts/locations/list.html
index 6a8a2c24..7ca761d6 100644
--- a/layouts/locations/list.html
+++ b/layouts/locations/list.html
@@ -3,7 +3,6 @@
 
   <div class="document-content">
     {{ partial "commons/list-content.html" . }}
-
     {{ partial "locations/summary.html" (dict
         "with_container" true
         "context" .
@@ -13,6 +12,7 @@
 
     <div class="container">
       {{ partial "locations/locations.html" . }}
+      {{ partial "commons/pagination.html" . }}
     </div>
   </div>
 
-- 
GitLab