tried to fix bluesky in different places
This commit is contained in:
parent
01a9e423f6
commit
38275d42b7
3 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,7 @@ These settings to display your social accounts.
|
||||||
- `xing`: Your [Xing](https://www.xing.com) username.
|
- `xing`: Your [Xing](https://www.xing.com) username.
|
||||||
- `linkedin`: Your [Linkedin](https://www.linkedin.com) username.
|
- `linkedin`: Your [Linkedin](https://www.linkedin.com) username.
|
||||||
- `twitter`: Your [Twitter](https://twitter.com) username.
|
- `twitter`: Your [Twitter](https://twitter.com) username.
|
||||||
- `bluesky`: Your [Bluesky](https://bluesky.app) username.
|
- `bsky`: Your [Bluesky](https://bluesky.app) username.
|
||||||
- `mastodon`: Your [Mastodon](https://mastodon.social) server/@username.
|
- `mastodon`: Your [Mastodon](https://mastodon.social) server/@username.
|
||||||
- `facebook`: Your [Facebook](https://www.facebook.com) username.
|
- `facebook`: Your [Facebook](https://www.facebook.com) username.
|
||||||
- `google`: Your [Google](https://www.google.com) username.
|
- `google`: Your [Google](https://www.google.com) username.
|
||||||
|
|
|
@ -39,7 +39,7 @@ instagram = "<username>"
|
||||||
linkedin = "<username>"
|
linkedin = "<username>"
|
||||||
twitter = "<username>"
|
twitter = "<username>"
|
||||||
mastodon = "<server>/@<user>"
|
mastodon = "<server>/@<user>"
|
||||||
bluesky = "<username>"
|
bsky = "<username>"
|
||||||
facebook = "<username>"
|
facebook = "<username>"
|
||||||
google = "<username>"
|
google = "<username>"
|
||||||
googlescholar = "<account_id>"
|
googlescholar = "<account_id>"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{{ with .Site.Params.social.twitter }}
|
{{ with .Site.Params.social.twitter }}
|
||||||
<a href="https://x.com/{{.}}" aria-label="X" target="_blank"><i class="fab fa-x-twitter" aria-hidden="true"></i></a>
|
<a href="https://x.com/{{.}}" aria-label="X" target="_blank"><i class="fab fa-x-twitter" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.bluesky }}
|
{{ with .Site.Params.social.bsky }}
|
||||||
<a href="https://bsky.app/profile/{{.}}" aria-label="Bluesky" target="_blank"><i class="fab fa-bluesky" aria-hidden="true"></i></a>
|
<a href="https://bsky.app/profile/{{.}}" aria-label="Bluesky" target="_blank"><i class="fab fa-bluesky" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.mastodon }}
|
{{ with .Site.Params.social.mastodon }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue