NIHVIVO-658 Initial rewrite of freemarker controllers for thread-safety. Some things still not working.
This commit is contained in:
parent
7c83e693cc
commit
148563657f
3 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
||||
|
||||
<#-- RY We will need this in non-NIHVIVO versions
|
||||
<#if tagline.has_content>
|
||||
<em>${tagline}</em>
|
||||
<#if siteTagline>
|
||||
<em>${siteTagline}</em>
|
||||
</#if>
|
||||
-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue