File tree 6 files changed +38
-5
lines changed
packages/lit-dev-content/site
6 files changed +38
-5
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 ">
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ <h1>Connect with Lit and the web components community</h1>
24
24
</ li >
25
25
< li >
26
26
< a
27
- href ="https://twitter.com/buildWithLit "
27
+ href ="https://bsky.app/profile/lit.dev "
28
28
target ="_blank "
29
29
rel ="noopener "
30
30
>
31
- < span class ="title "> Twitter </ span >
31
+ < span class ="title "> Bluesky </ span >
32
32
< span class ="desc "> Stay up to date with the latest news</ span >
33
33
</ a >
34
34
</ li >
You can’t perform that action at this time.
0 commit comments