Skip to content

Commit

Permalink
Add LinkedIn to person layout
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjmacaulay authored Oct 30, 2024
1 parent b327359 commit 99f2f0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions _layouts/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,23 @@ <h2 class="subtitle">{{ page.role }}</h2>
<br>
{%- endif -%}
{%- if page.bluesky -%}
{% assign bluesky = page.bluesky | split: '.bsky.social' %}
<a rel="me" href="https://bsky.app/profile/{{page.bluesky}}" class="icon-text" title="{{ page.bluesky }}">
<a rel="me" href="https://bsky.app/profile/{{page.bluesky}}" class="icon-text">
<span class="icon">
<i class="fa-brands fa-bluesky" aria-hidden="true"></i>
</span>
<span>@{{ page.bluesky }}</span>
</a>
<br>
{%- endif -%}
{%- if page.linkedin -%}
<a href="https://uk.linkedin.com/in/{{page.linkedin}}" class="icon-text">
<span class="icon">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</span>
<span>{{ page.linkedin }}</span>
</a>
<br>
{%- endif -%}
{%- if page.email -%}
<a href="mailto:{{page.email}}" class="icon-text">
<span class="icon">
Expand Down
1 change: 1 addition & 0 deletions _people/emily-macaulay.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ order: 3
picture: emily.jpg
twitter: "@emilyjmacaulay"
bluesky: "emilyjmacaulay.bsky.social"
linkedin: "emily-macaulay-mbe-1123113a"
email: "[email protected]"
mastodon: "@[email protected]"
---
Expand Down

0 comments on commit 99f2f0a

Please sign in to comment.