From 6bed8a928b12c85cda0840a9da3afb7b93325214 Mon Sep 17 00:00:00 2001 From: Netruk44 Date: Wed, 3 Aug 2022 08:46:53 -0700 Subject: [PATCH] Add optional custom "title" for social links --- 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 7c16e30..ddd934c 100644 --- a/layouts/partials/social_icons.html +++ b/layouts/partials/social_icons.html @@ -1,6 +1,6 @@
{{- range . }} - + {{ partial "svg.html" . }} {{- end }}