Skip to content

Commit 689673b

Browse files
emsimonsPseudomanifold
authored andcommitted
fixing broken ORCID links by adding website prefix
1 parent 343a88d commit 689673b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/person.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
{{ with $person.orcid }}
1919
<li>
20-
<a href="{{ . }}">
20+
<a href="https://orcid.org/{{ . }}">
2121
<img src="/icons/orcid.svg" alt="ORCID" />
2222
</a>
2323
</li>

0 commit comments

Comments
 (0)