diff --git a/layouts/partials/related.html b/layouts/partials/related.html
index 469f6716..309c38d9 100644
--- a/layouts/partials/related.html
+++ b/layouts/partials/related.html
@@ -21,7 +21,7 @@
>
{{ range $related }}
- {{ $text := .LinkTitle }}
+ {{ $text := printf "%s" .LinkTitle }}
{{ if eq .Page.Type "news" }}
{{ $text = print (partial "icon" "newspaper") $text }}
{{ else if or (eq .Page.Type "operator") (eq .Page.Type "booking") }}
@@ -29,7 +29,6 @@
{{ else if eq .Page.Type "country" }}
{{ $text = print (partial "flag" (dict "country" .File.ContentBaseName)) $text }}
{{ end }}
-
{{ partial "link" (
dict
"Destination" .RelPermalink