From 6f5766aa1a91729b141bd09c14edc3a4e8e6e450 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Thu, 11 Mar 2021 10:15:32 -0500 Subject: [PATCH] Add a `tel:` link to the About Page (#246) just like a `mailto:` link triggers an email, a `tel:` link will allow you to call someone directly from the page. I've added this. --- layouts/partials/sections/about.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index df9702d..30055ea 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -30,6 +30,8 @@
  • {{ if eq .name "Email" }} + {{ else if eq .name "Phone" }} + {{ else }} {{ end }}