[VIVO-1237] Add ability to generate meta tags

This commit is contained in:
Graham Triggs 2016-07-05 17:52:03 +01:00
parent f61d3b1a1a
commit 61f90dd1e6
4 changed files with 12 additions and 1 deletions

View file

@ -10,6 +10,10 @@
<#include "headScripts.ftl">
<#if metaTags??>
${metaTags.list()}
</#if>
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
an individual profile page. -->
${headContent!}

View file

@ -15,7 +15,11 @@
<script type="text/javascript" src="${urls.base}/js/selectivizr.js"></script>
<![endif]-->
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
<#if metaTags??>
${metaTags.list()}
</#if>
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
an individual profile page. -->
${headContent!}