diff --git a/example.runtime.properties b/example.runtime.properties index 157b22ee..5f8021fa 100644 --- a/example.runtime.properties +++ b/example.runtime.properties @@ -255,11 +255,13 @@ RDFService.languageFilter = true # VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page # view that emphasizes the individual's webpage presence. Implementing this feature requires an # installation to develop a web service that captures images of web pages or to use an existing -# service outside of VIVO, usually for a small fee. +# service outside of VIVO. For more information on implementing multiple profile pages, refer to +# this wiki page: https://wiki.duraspace.org/display/VIVO/Multiple+foaf%3APerson+Profile+Pages. #MultiViews.profilePageTypes=enabled # Geo Focus Maps # When the following flag is set to enabled, the VIVO home page displays a global map highlighting the -# geographical focus of foaf:person individuals. +# geographical focus of foaf:person individuals. For information on the maps, refer to this wiki page: +# https://wiki.duraspace.org/display/VIVO/Home+Page+Customizations#HomePageCustomizations-TheGeographicFocusMap #homePage.geoFocusMaps=enabled diff --git a/productMods/templates/freemarker/lib/lib-home-page.ftl b/productMods/templates/freemarker/lib/lib-home-page.ftl index c2b01644..45baa28e 100644 --- a/productMods/templates/freemarker/lib/lib-home-page.ftl +++ b/productMods/templates/freemarker/lib/lib-home-page.ftl @@ -73,7 +73,7 @@ #if> <#if group.displayName != "equipment" && group.displayName != "courses" >
<#if (group.individualCount > 10000) > <#assign overTen = group.individualCount/1000>