File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/lit-dev-content/site Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22 "lit-team" : {
33 "name" : " Lit Team" ,
44 "links" : {
5- "twitter" : " buildWithLit"
5+ "twitter" : " buildWithLit" ,
6+ "bluesky" : " lit.dev"
67 },
78 "image" : {
89 "url" : " logo.svg#flame" ,
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ <h1>{{ title }}</h1>
8080 < li > < a href ="https://twitter.com/{{ authorData.links.twitter }} "
8181 target ="_blank " rel ="noopener "> Twitter</ a > </ li >
8282 {% endif %}
83+ {% if authorData.links.bluesky %}
84+ < li > < a href ="https://bsky.app/profile/{{ authorData.links.bluesky }} " target ="_blank " rel ="noopener "> Bluesky</ a > </ li >
85+ {% endif %}
8386 {% if authorData.links.github %}
8487 < li > < a href ="https://github.com/{{ authorData.links.github }} "
8588 target ="_blank " rel ="noopener "> GitHub</ a > </ li >
You can’t perform that action at this time.
0 commit comments