From a01a415d82898220adcb9fa0e7077b9f48517746 Mon Sep 17 00:00:00 2001 From: zjrohrbach <41758818+zjrohrbach@users.noreply.github.com> Date: Tue, 29 Dec 2020 22:17:41 -0500 Subject: [PATCH] Update social-follow.html Fixed small error --- layouts/partials/social-follow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . -}}