diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 36c2d311..3a564425 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -4,6 +4,9 @@ <#include "individual-setup.ftl"> +<#-- QR code stuff. Will be uncommented when QR codes are rolled out. --> +<#-- <#include "individual-qrCodeFoafPerson.ftl"> --> +
@@ -69,6 +72,17 @@ <#-- Links --> <@p.vitroLinks propertyGroups namespaces editable "individual-urls-people" /> + + <#-- QR code stuff. Will be uncommented when QR codes are rolled out. + <#if hasValidVCard()> +
+ vCard QR What is this? + + <@qrCodeVCard qrCodeWidth="150" /> + +
+ + -->