File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 twitter : " https://x.com/FilippoMariaBi1"
88 linkedin : " https://www.linkedin.com/in/filippo-maria-bianchi/"
99 github : " https://github.com/FilippoMB"
10+ bluesky : " https://bsky.app/profile/filippomb.bsky.social"
1011
1112 - name : " Benjamin Ricaud"
1213 image : " /figs/people/br.png"
Original file line number Diff line number Diff line change 44 < head >
55 <!-- Other head content -->
66 < script src ="https://code.jquery.com/jquery-3.6.0.min.js "> </ script >
7- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4 .2/css/all.min.css ">
7+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5 .2/css/all.min.css ">
88 < link rel ="icon " type ="image/png " href ="{{ '/figs/NGMLGlogo2.png' | relative_url }} ">
99 </ head >
1010
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ <h3>{{ person.name }}</h3>
4848 < i class ="fab fa-github "> </ i >
4949 </ a >
5050 {% endif %}
51+ {% if person.bluesky %}
52+ < a href ="{{ person.bluesky }} " target ="_blank " title ="Bluesky ">
53+ < i class ="fa-brands fa-bluesky "> </ i >
54+ </ a >
55+ {% endif %}
5156 </ div >
5257 </ div >
5358 </ div >
You can’t perform that action at this time.
0 commit comments