From 6f5766aa1a91729b141bd09c14edc3a4e8e6e450 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Thu, 11 Mar 2021 10:15:32 -0500 Subject: [PATCH 1/2] 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 }} From 2978071756b468deddeb244d35d3018c951b0a17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 15:16:57 +0000 Subject: [PATCH 2/2] Update and run autoprefixer (#238) Co-authored-by: kodiakhq[bot] Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- package-lock.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 19385a4..9d2d43e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -247,7 +247,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.1.2", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1",