From d9d86d37537866e85b0c5265a5181f0c1f093901 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Wed, 27 Mar 2024 12:00:19 +0100 Subject: [PATCH] campus --- layouts/locations/list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/locations/list.html b/layouts/locations/list.html index 68d9923f..6a8a2c24 100644 --- a/layouts/locations/list.html +++ b/layouts/locations/list.html @@ -3,14 +3,14 @@ <div class="document-content"> {{ partial "commons/list-content.html" . }} - + {{ partial "locations/summary.html" (dict "with_container" true "context" . ) }} - + {{ partial "contents/list.html" . }} - + <div class="container"> {{ partial "locations/locations.html" . }} </div> -- GitLab