Skip to content
Snippets Groups Projects
Commit 3797e272 authored by Nico Graebling's avatar Nico Graebling
Browse files

Display the latest publication also on the landing page

parent e1d48e56
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,5 @@ description: Helmholtz Centre for Environmental Research GmbH (UFZ)
imagePosition="right"
background="white"
link="[Study our publication list]( {{< ref \"/content/publications.md\" >}} )"
text="Our work on scientific visualisation and data integration is frequently published in peer reviewed journals and presented at conferences. Our latest publication is: TO BE ADDED!"
text="Our work on scientific visualisation and data integration is frequently published in peer reviewed journals and presented at conferences. Our latest publication is: {{< publication-list limit=1 >}}"
>}}
......@@ -9,7 +9,7 @@
<div style="width:50%; text-align:left;">
<h2 style="color: hsla(206, 100%, 31%, 1);">{{.Get "title"}}</h2>
<p>{{.Get "text"}}</p>
<p>{{.Get "text" | .Page.RenderString}}</p>
<br>
{{.Get "link" | .Page.RenderString}}
</div>
......
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