{{ if eq .Site.Params.iconFont "font-awesome" }} {{ range $key, $val := .Site.Social }} {{ end }} {{ else }} {{ $iconStyle := .Site.Params.socialIconStyle }} {{ range $key, $val := .Site.Social }} {{ $iconStyle }}{{ if eq $key "twitter" }}twitterbird{{ else }}{{ $key }}{{ end }} {{ end }} {{ end }}