fixed threads link
This commit is contained in:
parent
a825517d8d
commit
0fdccc5282
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
||||||
{{ with .Site.Params.social.mastodon }}
|
{{ with .Site.Params.social.mastodon }}
|
||||||
<a href="https://{{.}}" aria-label="Mastodon" target="_blank"><i class="fab fa-mastodon" aria-hidden="true"></i></a>
|
<a href="https://{{.}}" aria-label="Mastodon" target="_blank"><i class="fab fa-mastodon" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.google }}
|
{{ with .Site.Params.social.threads }}
|
||||||
<a href="https://www.threads.net/@{{.}}" aria-label="Threads" target="_blank"><i class="fab fa-threads" aria-hidden="true"></i></a>
|
<a href="https://www.threads.net/@{{.}}" aria-label="Threads" target="_blank"><i class="fab fa-threads" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.threads }}
|
{{ with .Site.Params.social.google }}
|
||||||
<a href="https://plus.google.com/{{.}}/about" aria-label="Google Plus" target="_blank"><i class="fab fa-google-plus" aria-hidden="true"></i></a>
|
<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 }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.googlescholar}}
|
{{ with .Site.Params.social.googlescholar}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue