Skip to content

Commit

Permalink
Update default.html to include bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendnicholas authored Nov 23, 2024
1 parent 3eca85e commit 8b96d66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ <h1>Hi, I'm {{ site.author }}.</h1>
<nav>
<h6>Look me up on</h6>
<ul>
{% if site.bluesky %}
<li><a href="https://bsky.app/profile/{{ site.bluesky }}">Bluesky</a></li>
{% endif %}
{% if site.twitter %}
<li><a href="https://twitter.com/{{ site.twitter }}">Twitter</a></li>
{% endif %}
Expand Down

0 comments on commit 8b96d66

Please sign in to comment.