diff --git a/layouts/partials/paige-social.html b/layouts/partials/paige-social.html index 804c413d..ab8826b6 100644 --- a/layouts/partials/paige-social.html +++ b/layouts/partials/paige-social.html @@ -1,5 +1,5 @@ {{ with .Site.Social }} - + {{ range $k, $v := . }} {{ if hasPrefix $v "mailto:" }} @@ -9,5 +9,5 @@ {{ end }} {{ end }} - + {{ end }}