added threads link

This commit is contained in:
Stephan Hadan 2025-01-26 13:57:48 +01:00
parent 34dc1f4d16
commit a825517d8d
3 changed files with 5 additions and 0 deletions

View file

@ -182,6 +182,7 @@ These settings to display your social accounts.
- `twitter`: Your [Twitter](https://twitter.com) username.
- `bsky`: Your [Bluesky](https://bluesky.app) username.
- `mastodon`: Your [Mastodon](https://mastodon.social) server/@username.
- `threads`: Your [Threads](https://www.threads.net) username.
- `facebook`: Your [Facebook](https://www.facebook.com) username.
- `google`: Your [Google](https://www.google.com) username.
- `googlescholar`: Your [Google Scholar](https://scholar.google.com) account ID. [How to get this ID](#google-scholar)

View file

@ -40,6 +40,7 @@ linkedin = "<username>"
twitter = "<username>"
mastodon = "<server>/@<user>"
bsky = "<username>"
threads = "<username>"
facebook = "<username>"
google = "<username>"
googlescholar = "<account_id>"

View file

@ -9,6 +9,9 @@
<a href="https://{{.}}" aria-label="Mastodon" target="_blank"><i class="fab fa-mastodon" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.google }}
<a href="https://www.threads.net/@{{.}}" aria-label="Threads" target="_blank"><i class="fab fa-threads" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.threads }}
<a href="https://plus.google.com/{{.}}/about" aria-label="Google Plus" target="_blank"><i class="fab fa-google-plus" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.googlescholar}}