We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e4872 commit 51d1318Copy full SHA for 51d1318
2 files changed
packages/lit-dev-content/site/_data/authors.json
@@ -2,7 +2,8 @@
2
"lit-team": {
3
"name": "Lit Team",
4
"links": {
5
- "twitter": "buildWithLit"
+ "twitter": "buildWithLit",
6
+ "bluesky": "lit.dev"
7
},
8
"image": {
9
"url": "logo.svg#flame",
packages/lit-dev-content/site/_includes/blog-post.html
@@ -80,6 +80,9 @@ <h1>{{ title }}</h1>
80
<li><a href="https://twitter.com/{{ authorData.links.twitter }}"
81
target="_blank" rel="noopener">Twitter</a></li>
82
{% 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 %}
86
{% if authorData.links.github %}
87
<li><a href="https://github.com/{{ authorData.links.github }}"
88
target="_blank" rel="noopener">GitHub</a></li>
0 commit comments