Skip to content

Commit 87b6be7

Browse files
committed
add bluesky author to Lit Team
1 parent f1e4872 commit 87b6be7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/lit-dev-content/site/_data/authors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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",

packages/lit-dev-content/site/_includes/blog-post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)