Bugfix: make uri / content optional parameters (code handles if they are missing)
This commit is contained in:
parent
e868472a26
commit
2a7f1836b5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<#macro addCitationMetaTag uri content>
|
<#macro addCitationMetaTag uri="" content="">
|
||||||
<#if metaTags?? && uri?? && content??>
|
<#if metaTags?? && uri?? && content??>
|
||||||
<#switch uri>
|
<#switch uri>
|
||||||
<#case "http://vivoweb.org/ontology/core#Authorship">
|
<#case "http://vivoweb.org/ontology/core#Authorship">
|
||||||
|
|
Loading…
Add table
Reference in a new issue