Skip to content

Commit ea7703f

Browse files
committed
fix orcid
1 parent 9bd2124 commit ea7703f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/persons_de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="team-member-info">
44
<strong>{{ member.name }}</strong>
55
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
6-
<img src='./img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
6+
<img src='//img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
77
</a>
88
{{ member.text.de | markdownify }}
99
</div>

_includes/persons_en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="team-member-info">
44
<strong>{{ member.name }}</strong>
55
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
6-
<img src='./img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
6+
<img src='//img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
77
</a>
88
{{ member.text.en | markdownify }}
99
</div>

0 commit comments

Comments
 (0)