some fixes, removed skype
This commit is contained in:
parent
419fc6f1df
commit
0243abf91b
2 changed files with 2 additions and 3 deletions
|
@ -68,7 +68,6 @@ twitch = "<username>"
|
||||||
soundcloud = "<username>"
|
soundcloud = "<username>"
|
||||||
tumblr = "<username>"
|
tumblr = "<username>"
|
||||||
strava = "<username>"
|
strava = "<username>"
|
||||||
skype = "<username>"
|
|
||||||
telegram = "<username>"
|
telegram = "<username>"
|
||||||
whatsapp = "<username>"
|
whatsapp = "<username>"
|
||||||
buymeacoffee = "<username>"
|
buymeacoffee = "<username>"
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<a href="https://instagram.com/{{.}}" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
|
<a href="https://instagram.com/{{.}}" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.pixelfed }}
|
{{ with .Site.Params.social.pixelfed }}
|
||||||
<a href="{{.}}" aria-label="Pixelfed" target="_blank"><i class="si si-pixelfed"></i></a>
|
<a href="https://{{.}}" aria-label="Pixelfed" target="_blank"><i class="si si-pixelfed"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.stackoverflow }}
|
{{ with .Site.Params.social.stackoverflow }}
|
||||||
<a href="https://stackoverflow.com/users/{{.}}" aria-label="StackOverflow" target="_blank"><i class="fab fa-stack-overflow" aria-hidden="true"></i></a>
|
<a href="https://stackoverflow.com/users/{{.}}" aria-label="StackOverflow" target="_blank"><i class="fab fa-stack-overflow" aria-hidden="true"></i></a>
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
<a href="https://www.xing.com/profile/{{.}}" aria-label="Xing" target="_blank"><i class="si si-xing"></i></a>
|
<a href="https://www.xing.com/profile/{{.}}" aria-label="Xing" target="_blank"><i class="si si-xing"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.linkedin }}
|
{{ with .Site.Params.social.linkedin }}
|
||||||
<a href="https://linkedin.com/in/{{.}}" aria-label="LinkedIn" target="_blank"><i class="si si-linkedin"></i>/a>
|
<a href="https://linkedin.com/in/{{.}}" aria-label="LinkedIn" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.gitlab}}
|
{{ with .Site.Params.social.gitlab}}
|
||||||
<a href="https://gitlab.com/{{.}}" aria-label="Gitlab" target="_blank"><i class="fab fa-gitlab" aria-hidden="true"></i></a>
|
<a href="https://gitlab.com/{{.}}" aria-label="Gitlab" target="_blank"><i class="fab fa-gitlab" aria-hidden="true"></i></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue