{{ $params := partial "params-helper.html" . }} {{ $socialData := site.Data.social.social_icons }} {{ range $params.socialIcons }} {{ if and (isset $socialData .id) (isset . "url") }}
  • {{ partial "features/font-awesome.html" (dict "iconName" .id "custom" false) }}
  • {{ else if and (isset $socialData .id) (isset . "name") }} {{ $url := index $socialData .id }} {{ $ref := printf $url .name }}
  • {{ partial "features/font-awesome.html" (dict "iconName" .id "custom" false) }}
  • {{ else if (isset . "url") }}
  • {{ partial "features/font-awesome.html" (dict "iconName" .id "custom" true) }}
  • {{ end }} {{ end }} {{ if $params.enableRssIcon }} {{ with site.Home.OutputFormats.Get "rss" -}}
  • {{ partial "features/font-awesome.html" (dict "iconName" "rss" "custom" false) }}
  • {{ end -}} {{ end }}