We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343a88d commit 689673bCopy full SHA for 689673b
layouts/shortcodes/person.html
@@ -17,7 +17,7 @@
17
18
{{ with $person.orcid }}
19
<li>
20
- <a href="{{ . }}">
+ <a href="https://orcid.org/{{ . }}">
21
<img src="/icons/orcid.svg" alt="ORCID" />
22
</a>
23
</li>
0 commit comments