From 0a75cfb1104d9d8ed40319b92de83d84a0f46f24 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 17 Jan 2023 17:12:13 +0100
Subject: [PATCH] fix persons posts

---
 layouts/partials/persons/posts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/persons/posts.html b/layouts/partials/persons/posts.html
index 0e5c05cc..fbc71b41 100644
--- a/layouts/partials/persons/posts.html
+++ b/layouts/partials/persons/posts.html
@@ -2,7 +2,7 @@
   <div class="top">
     <h2 class="h5"><a href="{{ .Permalink }}">{{ i18n "persons.posts" }}</a></h2>
   </div>
-  <div class="posts">
+  <div class="posts posts--{{- site.Params.posts.index.layout -}}">
     {{ range first 3 .Pages }}
       {{ partial "posts/post.html" . }}
     {{ end }}
-- 
GitLab