diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index b62348dd..22a44f62 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -146,10 +146,6 @@ <#-- Ontology properties --> <#include "individual-properties.ftl"> -<#-- Keywords --> -<#if individual.keywords?has_content> -

Keywords: ${individual.keywordString}

- ${stylesheets.add("/css/individual/individual.css")} diff --git a/productMods/templates/freemarker/body/individual/individual.ftl b/productMods/templates/freemarker/body/individual/individual.ftl index 093cb796..de60c5fa 100644 --- a/productMods/templates/freemarker/body/individual/individual.ftl +++ b/productMods/templates/freemarker/body/individual/individual.ftl @@ -77,10 +77,6 @@ <#-- Ontology properties --> <#include "individual-properties.ftl"> -<#-- Keywords --> -<#if individual.keywords?has_content> -

Keywords: ${individual.keywordString}

- ${stylesheets.add("/css/individual/individual.css")}