NIHVIVO-1380 On individual page, add rdf link tag for discoverable rdf
This commit is contained in:
parent
c530c6fd3b
commit
547cc14fb0
2 changed files with 41 additions and 35 deletions
|
@ -9,3 +9,5 @@
|
|||
<link rel="stylesheet" href="${urls.theme}/css/print.css" media="print" />
|
||||
|
||||
<#include "headScripts.ftl">
|
||||
|
||||
${headContent!}
|
|
@ -8,7 +8,9 @@
|
|||
<meta name="description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Arimo:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
||||
<#include "stylesheets.ftl">
|
||||
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
||||
<link href="http://fonts.googleapis.com/css?family=Arimo:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
|
||||
|
||||
<#include "stylesheets.ftl">
|
||||
<link rel="stylesheet" href="${urls.theme}/css/screen.css" />
|
||||
|
@ -27,3 +29,5 @@
|
|||
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||
<script type="text/javascript" src="${urls.home}/js/selectivizr.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
${headContent!}
|
Loading…
Add table
Add a link
Reference in a new issue