added pixelfed
This commit is contained in:
parent
4c261e3afe
commit
db425ac116
3 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
{{ with .Site.Params.social.instagram }}
|
||||
<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>
|
||||
{{ 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>
|
||||
{{ end }}
|
||||
|
@ -156,6 +159,7 @@
|
|||
{{ with .Site.Params.social.facebook }}"https://facebook.com/{{.}}",{{ end }}
|
||||
{{ with .Site.Params.social.github }}"https://github.com/{{.}}",{{ end }}
|
||||
{{ with .Site.Params.social.instagram }}"https://instagram.com/{{.}}",{{ end }}
|
||||
{{ with .Site.Params.social.pixelfed }}"{{.}}",{{ end }}
|
||||
{{ with .Site.Params.social.linkedin }}"https://linkedin.com/in/{{.}}",{{ end }}
|
||||
{{ with .Site.Params.social.stackoverflow }}"https://stackoverflow.com/users/{{.}}",{{ end }}
|
||||
{{ with .Site.Params.social.medium}}"https://medium.com/{{.}}",{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue