From 93acd39738c4683cecc36f9b0a30657127d95d77 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 25 Oct 2023 17:41:47 +0300 Subject: [PATCH] Fix email and phone links --- data/en/sections/about.toml | 4 ++-- data/fi/sections/about.toml | 4 ++-- layouts/partials/sections/about.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index cc88784..c6c4a0f 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -17,12 +17,12 @@ url = "https://rossum.fi" [[socialLinks]] name = "Email" icon = "fab fa-envelope" -url = "tel:+358407658800" +url = "marko@korhonen.cc" [[socialLinks]] name = "Phone" icon = "fab fa-phone" -url = "mailto:marko@korhonen.cc" +url = "+358407658800" [[socialLinks]] name = "GitHub" diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index 88c6b6e..727efd1 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -17,12 +17,12 @@ url = "https://rossum.fi" [[socialLinks]] name = "Sähköposti" icon = "fab fa-envelope" -url = "tel:+358407658800" +url = "marko@korhonen.cc" [[socialLinks]] name = "Puhelin" icon = "fab fa-phone" -url = "mailto:marko@korhonen.cc" +url = "+358407658800" [[socialLinks]] name = "GitHub" diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 5caf9fa..5c4c322 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -29,12 +29,12 @@