diff --git a/productMods/templates/freemarker/body/partials/listedIndividual.ftl b/productMods/templates/freemarker/body/partials/listedIndividual.ftl index 4608907d..4caa8b64 100644 --- a/productMods/templates/freemarker/body/partials/listedIndividual.ftl +++ b/productMods/templates/freemarker/body/partials/listedIndividual.ftl @@ -1,9 +1,11 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#-- Display of an individual in a list (/individuallist). --> +<#-- Display of an individual in a list (on /individuallist and menu pages). --> + +<#import "lib-vivo-properties.ftl" as p> ${individual.name} -<#if individual.preferredTitle?has_content>${individual.preferredTitle} +<@p.displayTitle individual /> -<#-- add display of web pages --> \ No newline at end of file +<#-- add display of web pages? --> \ No newline at end of file