Skip to content

Commit

Permalink
update ORCiD branding
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Jan 21, 2025
1 parent a600b05 commit 4cd1c7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/frontend/objects/preprint_details.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,13 @@
{/if}
{if $author->getData('orcid')}
<span class="orcid">
{if $author->getData('orcidAccessToken')}
{if $author->getData('orcidAccessToken') && $author->hasVerifiedOrcid()}
{$orcidIcon}
{else}
{$orcidUnauthenticatedIcon}
{/if}
<a href="{$author->getData('orcid')|escape}" target="_blank">
{$author->getData('orcid')|escape}
{$author->getOrcidDisplayValue()|escape}
</a>
</span>
{/if}
Expand Down

0 comments on commit 4cd1c7c

Please sign in to comment.