From 281dd59105de7585cb6fc2f627657f3caaab1855 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Tue, 23 Apr 2019 03:48:20 +0100 Subject: [PATCH] Add rel="me" to social icons (#61) --- 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 5c4282a..e242218 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 -}}