From c601cddd96017b7cddc1c4eefadf03f535b490cd Mon Sep 17 00:00:00 2001 From: sudoMycelia <20791919+sudoMycelia@users.noreply.github.com> Date: Tue, 8 Oct 2019 01:13:40 -0400 Subject: Correct URI Scheme in social.html Updated URI so that users may successfully have email client open upon click. --- layouts/partials/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 4f631a2..b5c353d 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -1,7 +1,7 @@
{{ range $key, $val := .Site.Social }} {{ if eq $key "email" }} - + {{ else }} {{ end }} -- cgit v1.2.3