[VIVO-1237] Add ability to generate meta tags
This commit is contained in:
parent
f61d3b1a1a
commit
61f90dd1e6
4 changed files with 12 additions and 1 deletions
|
@ -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!}
|
|
@ -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!}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue