From dc8bbb66b020de60e46179ac89842c2a740685c7 Mon Sep 17 00:00:00 2001
From: Olivia Simonet <91660674+Olivia206@users.noreply.github.com>
Date: Mon, 7 Oct 2024 11:22:43 +0200
Subject: [PATCH] Fix du lien vers toutes les publications d'une personne
 (#637)

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

diff --git a/layouts/partials/persons/publications.html b/layouts/partials/persons/publications.html
index 84a7aafa..e9ee8260 100644
--- a/layouts/partials/persons/publications.html
+++ b/layouts/partials/persons/publications.html
@@ -13,7 +13,7 @@
       )}}
     {{ end }}
     {{ if $researcher.Params }}
-      <a href="{{ .author.Permalink }}" class="more">{{ i18n "persons.publications.all" (dict "author" $researcher.Params.person) }}</a>
+      <a href="{{ $researcher.Permalink }}" class="more">{{ i18n "persons.publications.all" (dict "author" $researcher.Params.person) }}</a>
     {{ end }}
   </div>
 </section>
\ No newline at end of file
-- 
GitLab