{{ $icon_size := "32px" }} {{ $social_media := slice "stackoverflow" "facebook" "twitter" "instagram" "youtube" "linkedin" "github" "gitlab" "keybase" "medium" "mastodon" "slack" "rss" }} {{ $dot_passthrough := . }} {{ range $social_media }} {{ $this_key := . }} {{ with $dot_passthrough.Param . }} {{ partial (print "svg/" $this_key ".svg") (dict "size" $icon_size) }} {{- partial "new-window-icon.html" . -}} {{ end }} {{ end }}