some fixes, removed skype
This commit is contained in:
parent
419fc6f1df
commit
0243abf91b
2 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
<a href="https://instagram.com/{{.}}" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ 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 }}
|
||||
{{ 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>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<a href="https://www.xing.com/profile/{{.}}" aria-label="Xing" target="_blank"><i class="si si-xing"></i></a>
|
||||
{{ end }}
|
||||
{{ 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 }}
|
||||
{{ 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue