Skip to content
Snippets Groups Projects
Commit 72c6c31a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Papers

parent c3290969
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ pages:
persons:
posts: News
programs: Programs
papers: Papers
publications: Publications
posts:
author: Author
......
......@@ -150,6 +150,7 @@ pages:
persons:
posts: Actualités publiées
programs: Enseignements
papers: Papiers
publications: Publications
posts:
author: Auteur·rice
......
{{ $researchers := site.GetPage (printf "/researchers/%s" .slug) }}
<section>
<div class="top">
<h2>{{ i18n "persons.publications" }}</h2>
<a href="{{ $researchers.Permalink }}" class="link">{{ i18n "persons.publications" }}</a>
<h2>{{ i18n "persons.papers" }}</h2>
<a href="{{ $researchers.Permalink }}" class="link">{{ i18n "persons.papers" }}</a>
</div>
<div class="papers">
{{ range first 3 .papers }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment