diff --git a/visgroup/content/_index.md b/visgroup/content/_index.md
index 6ec5c1f06644ad8797695bcca5845ca92bc6bd5b..6f038c9f3cf3990c5b12b5582969819923020cdb 100644
--- a/visgroup/content/_index.md
+++ b/visgroup/content/_index.md
@@ -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 >}}"
 	>}}
diff --git a/visgroup/themes/ananke-adapted/layouts/shortcodes/subpage-preview.html b/visgroup/themes/ananke-adapted/layouts/shortcodes/subpage-preview.html
index ddcbf5fb87014014760556b331bfcfcd123c1fca..1dd75fe8ecf52a14cdd0ed790a397b2c35c4dea0 100644
--- a/visgroup/themes/ananke-adapted/layouts/shortcodes/subpage-preview.html
+++ b/visgroup/themes/ananke-adapted/layouts/shortcodes/subpage-preview.html
@@ -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>