File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11- name : GitHub
22 icon : fa-brands fa-github
33 handle : tothlp
4- - name : Twitter
5- icon : fa-brands fa-twitter
6- handle : tothlp
4+ - name : Bluesky
5+ icon : fa-brands fa-bluesky
6+ handle : tothlp.hu
77- name : Unsplash
88 icon : fa-brands fa-unsplash
99 handle : tothlp
1212 handle : tothlp
1313- name : Email
1414 icon : fa-solid fa-envelope
15- handle : hello@tothlp.hu
15+ handle : hello@tothlp.hu
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ <h2>Full Stack Developer</h2>
1818 {% assign url = item.handle | prepend: 'https://github.com/' %}
1919 {% when 'Unsplash' %}
2020 {% assign url = item.handle | prepend: 'https://unsplash.com/@' %}
21+ {% when 'Bluesky' %}
22+ {% assign url = item.handle | prepend: 'https://bsky.app/profile/' %}
2123 {% endcase %}
2224 < a href ="{{url}} " target ="_blank " rel ="noopener " title ="{{item.name}} ">
2325 < i class ="{{item.icon}} "> </ i >
You can’t perform that action at this time.
0 commit comments