File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 10
10
{{ with $person.github }}
11
11
< li >
12
12
< a href ="https://github.com/{{ . }} ">
13
- < img src ="/github-mark .svg " alt ="GitHub " />
13
+ < img src ="/icons/ github.svg " alt ="GitHub " />
14
14
</ a >
15
15
</ li >
16
16
{{end }}
17
17
18
18
{{ with $person.orcid }}
19
19
< li >
20
20
< a href ="{{ . }} ">
21
- < img src ="/orchid-id .svg " alt ="ORCHID " />
21
+ < img src ="/icons/orcid .svg " alt ="ORCID " />
22
22
</ a >
23
23
</ li >
24
24
{{end }}
25
25
26
+ {{ with $person.bluesky }}
27
+ < li >
28
+ < a href ="https://bsky.app/profile/{{ . }} ">
29
+ < img src ="/icons/x.svg " alt ="Bluesky " />
30
+ </ a >
31
+ </ li >
32
+ {{ end }}
33
+
26
34
{{ with $person.twitter }}
27
35
< li >
28
36
< a href ="https://twitter.com/{{ . }} ">
29
- < img src ="/logo-x-black.png " alt ="X (formerly Twitter) " />
37
+ < img src ="/icons/x.svg " alt ="X (formerly Twitter) " />
30
38
</ a >
31
39
</ li >
32
40
{{ end }}
33
41
34
42
{{ with $person.web }}
35
43
< li >
36
44
< a href ="{{ . }} ">
37
- < img src ="/home.png " alt ="Homepage " />
45
+ < img src ="/icons/ home.svg " alt ="Homepage " />
38
46
</ a >
39
47
</ li >
40
48
{{ end }}
You can’t perform that action at this time.
0 commit comments