Skip to content

Commit

Permalink
Add Bluesky handle support to author profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Dec 9, 2024
1 parent 2a01626 commit 161a2f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/authors/paoloricciuti.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ name: "Paolo Ricciuti"
github: paoloricciuti
twitter: paoloricciuti
linkedin: paolo-ricciuti-571a91187
bluesky: paolo.ricciuti.me
bio: 'Senior Software Engineer at Mainmatter, Co-creator of <a href="https://sveltelab.dev">sveltelab.dev</a>'
---
8 changes: 8 additions & 0 deletions src/components/author-socials.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
</a>
</li>
{% endif %}
{% if author.data.bluesky %}
<li>
<a class="author-socials__icon" href="https://bsky.app/profile/{{ author.data.bluesky }}">
{% include 'svg/social-bluesky.njk' %}
<span class="screenreader">{{ author.data.bluesky }} on Bluesky</span>
</a>
</li>
{% endif %}
</ul>
{% endif %}
{%- endmacro -%}

0 comments on commit 161a2f2

Please sign in to comment.