{{ $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 ( . | lower ) }} {{ partial (print "svg/" ($this_key | lower) ".svg") (dict "size" $icon_size) }} {{- partial "new-window-icon.html" . -}} {{ end }} {{ end }}