From 235778ecafc3ae27f226fc3a2bff4640ae4d94b8 Mon Sep 17 00:00:00 2001 From: Olivia206 Date: Thu, 3 Oct 2024 17:09:36 +0200 Subject: [PATCH] papers in person page --- layouts/partials/persons/papers.html | 1 + layouts/persons/single.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/persons/papers.html b/layouts/partials/persons/papers.html index 2cb0b1d72..2cb94447e 100644 --- a/layouts/partials/persons/papers.html +++ b/layouts/partials/persons/papers.html @@ -1,4 +1,5 @@ {{ $researchers := site.GetPage (printf "/researchers/%s" .slug) }} +lalal

{{ i18n "persons.papers" }}

diff --git a/layouts/persons/single.html b/layouts/persons/single.html index e28c4d932..61c441950 100644 --- a/layouts/persons/single.html +++ b/layouts/persons/single.html @@ -14,7 +14,7 @@ {{ $posts := where $author.Pages "Section" "posts" }} {{ $publications := where $researcher.Pages "Section" "publications" }} - {{ $papers := where $author.Pages "Section" "papers" }} + {{ $papers := where $researcher.Pages "Section" "papers" }} {{ partial "persons/hero-single.html" . }}