[VIVO-1273] Changed the DOI URL Schema according to Crossref recomendations (#41)
This commit is contained in:
parent
1865b525b8
commit
a18076061d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<@showStatement statement property />
|
||||
|
||||
<#macro showStatement statement property>
|
||||
<a href="http://dx.doi.org/${statement.value!}" title="${i18n().doi_link}" target="_blank">${statement.value!}</a>
|
||||
<a href="https://doi.org/${statement.value!}" title="${i18n().doi_link}" target="_blank">${statement.value!}</a>
|
||||
<@lmt.addCitationMetaTag uri=(property.uri!) content=(statement.value!) />
|
||||
</#macro>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue