Add Bluesky link
This commit is contained in:
parent
b2abdf29e1
commit
26b3204835
@ -62,6 +62,7 @@ social-network-links:
|
||||
# telegram: yourname
|
||||
# calendly: yourname
|
||||
# mastodon: instance.url/@username
|
||||
bluesky: yametetomete.bsky.social
|
||||
# ORCID: your ORCID ID
|
||||
# google-scholar: your google scholar
|
||||
|
||||
|
@ -240,6 +240,18 @@
|
||||
</li>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if site.social-network-links.bluesky -%}
|
||||
<li class="list-inline-item">
|
||||
<a rel="me" href="https://bsky.app/profile/{{ site.social-network-links.bluesky }}" title="Bluesky">
|
||||
<span class="fa-stack fa-lg" aria-hidden="true">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-square fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<span class="sr-only">Bluesky</span>
|
||||
</a>
|
||||
</li>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if site.social-network-links.ORCID -%}
|
||||
<li class="list-inline-item">
|
||||
<a href="https://orcid.org/{{ site.social-network-links.ORCID }}" title="ORCID">
|
||||
|
Loading…
x
Reference in New Issue
Block a user