Skip to content

Commit

Permalink
papers in person page
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia206 committed Oct 3, 2024
1 parent 4713ddc commit 235778e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions layouts/partials/persons/papers.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ $researchers := site.GetPage (printf "/researchers/%s" .slug) }}
lalal
<section class="persons-papers">
<div class="top">
<h2>{{ i18n "persons.papers" }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion layouts/persons/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}

Expand Down

0 comments on commit 235778e

Please sign in to comment.