File tree Expand file tree Collapse file tree 5 files changed +36
-3
lines changed
packages/lit-dev-content/site Expand file tree Collapse file tree 5 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 5353 "elliott-marquez" : {
5454 "name" : " Elliott Marquez" ,
5555 "links" : {
56+ "bluesky" : " techytacos.dev" ,
5657 "twitter" : " techytacos" ,
5758 "github" : " e111077"
5859 },
Original file line number Diff line number Diff line change 3535 </ svg >
3636 </ a >
3737 {% endif %}
38+ {% if authorData.links.bluesky %}
39+ < a href ="https://bsky.app/profile/{{ authorData.links.bluesky }} " target ="_blank ">
40+ < svg aria-label ="{{ authorData.name}}'s bluesky Account ">
41+ < use href ="{{ site.baseurl }}/images/social/bluesky.svg#bluesky "> </ use >
42+ </ svg >
43+ </ a >
44+ {% endif %}
3845 {% if authorData.links.github %}
3946 < a href ="https://github.com/{{ authorData.links.github }} " target ="_blank ">
4047 < svg aria-label ="{{ authorData.name}}'s Github Account ">
Original file line number Diff line number Diff line change 3333 </ lazy-svg >
3434 </ a >
3535
36+ < a
37+ href ="https://bsky.app/profile/lit.dev "
38+ target ="_blank "
39+ rel ="noopener "
40+ title ="Bluesky "
41+ aria-label ="Bluesky "
42+ >
43+ < lazy-svg
44+ href ="{{ site.baseurl }}/images/social/bluesky.svg#bluesky "
45+ label ="Bluesky "
46+ loading ="visible ">
47+ </ lazy-svg >
48+ </ a >
49+
3650 < a
3751 href ="https://twitter.com/buildWithLit "
3852 target ="_blank "
Original file line number Diff line number Diff line change 11< section id ="new-banner ">
22 < p >
3- < span class ="emoji "> 🚦</ span >
4- Our newest Lit Labs package < code > @lit-labs/signals</ code > is now available!
5- Check out the announcement < a href ="/blog/2024-10-08-signals/ "> here</ a > .
3+ We're now on Bluesky! Follow us
4+ < a href ="https://bsky.app/profile/lit.dev "> here</ a > !
5+ < span class ="emoji " style ="vertical-align: middle; "> < lazy-svg
6+ height ="1rem "
7+ width ="1rem "
8+ href ="{{ site.baseurl }}/images/social/bluesky.svg#bluesky "
9+ label ="Bluesky "
10+ loading ="eager ">
11+ </ lazy-svg > </ span >
612 </ p >
713</ section >
814< section id ="intro ">
You can’t perform that action at this time.
0 commit comments