diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html
index aa20a0b..408e4a5 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -5,7 +5,7 @@
{{ range $social_media }}
{{ $this_key := . }}
- {{ with $dot_passthrough.Param . }}
+ {{ with $dot_passthrough.Param ( . | lower ) }}
{{ partial (print "svg/" ($this_key | lower) ".svg") (dict "size" $icon_size) }}
{{- partial "new-window-icon.html" . -}}