diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 9c20326f..847d0793 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -31,6 +31,12 @@ <#-- Email --> <#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!> <#if email?has_content> + <#-- Show property label if we can add one + <#assign addUrl = email.addUrl> + <#if addUrl??> +