File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 7
7
< span class ="card-name "> {{ $person.name }}</ span > < br />
8
8
< span class ="card-job "> {{ $person.job }}</ span >
9
9
< ul class ="card-icons ">
10
- {{ with $person.github }}
10
+ {{ with $person.web }}
11
11
< li >
12
- < a href ="https://github.com/ {{ . }} ">
13
- < img src ="/icons/github .svg " alt ="GitHub " />
12
+ < a href ="{{ . }} ">
13
+ < img src ="/icons/home .svg " alt ="Homepage " />
14
14
</ a >
15
15
</ li >
16
- {{end }}
17
-
16
+ {{ end }}
17
+
18
18
{{ with $person.orcid }}
19
19
< li >
20
20
< a href ="{{ . }} ">
23
23
</ li >
24
24
{{end }}
25
25
26
+ {{ with $person.github }}
27
+ < li >
28
+ < a href ="https://github.com/{{ . }} ">
29
+ < img src ="/icons/github.svg " alt ="GitHub " />
30
+ </ a >
31
+ </ li >
32
+ {{end }}
33
+
26
34
{{ with $person.bluesky }}
27
35
< li >
28
36
< a href ="https://bsky.app/profile/{{ . }} ">
29
- < img src ="/icons/x .svg " alt ="Bluesky " />
37
+ < img src ="/icons/bluesky .svg " alt ="Bluesky " />
30
38
</ a >
31
39
</ li >
32
40
{{ end }}
38
46
</ a >
39
47
</ li >
40
48
{{ end }}
41
-
42
- {{ with $person.web }}
43
- < li >
44
- < a href ="{{ . }} ">
45
- < img src ="/icons/home.svg " alt ="Homepage " />
46
- </ a >
47
- </ li >
48
- {{ end }}
49
49
</ ul >
50
50
</ div >
You can’t perform that action at this time.
0 commit comments