File tree 5 files changed +36
-3
lines changed
packages/lit-dev-content/site
5 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 53
53
"elliott-marquez" : {
54
54
"name" : " Elliott Marquez" ,
55
55
"links" : {
56
+ "bluesky" : " techytacos.dev" ,
56
57
"twitter" : " techytacos" ,
57
58
"github" : " e111077"
58
59
},
Original file line number Diff line number Diff line change 35
35
</ svg >
36
36
</ a >
37
37
{% 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 %}
38
45
{% if authorData.links.github %}
39
46
< a href ="https://github.com/{{ authorData.links.github }} " target ="_blank ">
40
47
< svg aria-label ="{{ authorData.name}}'s Github Account ">
Original file line number Diff line number Diff line change 33
33
</ lazy-svg >
34
34
</ a >
35
35
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
+
36
50
< a
37
51
href ="https://twitter.com/buildWithLit "
38
52
target ="_blank "
Original file line number Diff line number Diff line change 1
1
< section id ="new-banner ">
2
2
< 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 >
6
12
</ p >
7
13
</ section >
8
14
< section id ="intro ">
You can’t perform that action at this time.
0 commit comments