diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html
index 87b4da9..075249d 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -16,17 +16,17 @@
{{ end }}
{{ with .Site.Params.youtube }}
-
+
{{ partial "svg/youtube.svg" (dict "size" $icon_size) }}
{{ end }}
{{ with .Site.Params.linkedin }}
-
+
{{ partial "svg/linkedin.svg" (dict "size" $icon_size) }}
{{ end }}
{{ with .Site.Params.github }}
-
+
{{ partial "svg/github.svg" (dict "size" $icon_size) }}
{{ end }}