From 413034e43b589e2e811be9a4b8f0ab3f079f9294 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 23 Oct 2020 15:56:41 +0530 Subject: [PATCH] social-icons: fix duplicate rel tags --- 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 5cc5f8bc..7bb9c143 100644 --- a/layouts/partials/social_icons.html +++ b/layouts/partials/social_icons.html @@ -1,6 +1,6 @@
{{- range . -}} - {{ partial "svg.html" . }} {{- end -}}