diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 3d1e5937..50b5d8d6 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -63,9 +63,8 @@ - <#-- Links --> - <#assign linkListClass = "individual-urls-people"> - <#include "individual-links.ftl"> + <#-- Links --> + <@p.vitroLinks propertyGroups editing "individual-urls-people" />
diff --git a/productMods/templates/freemarker/body/individual/individual.ftl b/productMods/templates/freemarker/body/individual/individual.ftl index 8e5fc8e2..1ee163b5 100644 --- a/productMods/templates/freemarker/body/individual/individual.ftl +++ b/productMods/templates/freemarker/body/individual/individual.ftl @@ -54,7 +54,7 @@ <#-- Links --> - <#include "individual-links.ftl"> + <@p.vitroLinks propertyGroups editing />