From 42fa989316c8630ca2adbc41a668aa2fe7574b5c Mon Sep 17 00:00:00 2001 From: Netruk44 Date: Fri, 5 Aug 2022 23:39:58 -0700 Subject: [PATCH] Add optional custom "title" for social links (#999) Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> --- 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 7c16e30e..3f8d6a35 100644 --- a/layouts/partials/social_icons.html +++ b/layouts/partials/social_icons.html @@ -1,6 +1,6 @@
{{- range . }} - + {{ partial "svg.html" . }} {{- end }}