diff --git a/templates/themes/app/content/parts/content_fields.html.twig b/templates/themes/app/content/parts/content_fields.html.twig index 5aaccd650..c9151ffcd 100644 --- a/templates/themes/app/content/parts/content_fields.html.twig +++ b/templates/themes/app/content/parts/content_fields.html.twig @@ -38,7 +38,20 @@ {% else %} {% if ng_enhancedlink_has_location(field.value.reference) %} {% set href = path('ibexa.url.alias', { 'contentId': field.value.reference }) ~ suffix %} - {{ label }} + + {{ label }} + {% endif %} {% endif %} {% elseif field.value.isTypeExternal %} @@ -49,7 +62,20 @@ {% elseif field.value.isTargetEmbed %}