From 4c9465af94073da508c52812f07955b3d530a5aa Mon Sep 17 00:00:00 2001 From: Josh Lemon Date: Fri, 6 Jan 2023 16:13:50 +1100 Subject: [PATCH] Update social-icons.html This should address #397. It also adds flexibility for future `rel` parameters. --- layouts/partials/social-icons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/social-icons.html b/layouts/partials/social-icons.html index 09ca681..07a2319 100644 --- a/layouts/partials/social-icons.html +++ b/layouts/partials/social-icons.html @@ -1,3 +1,3 @@ {{ range . -}} -   {{ partial "svg.html" . }}   +   {{ partial "svg.html" . }}   {{- end -}}