From 550524cb1ae36fa39c574303db6e31552dbb9999 Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Thu, 12 Jun 2025 10:19:52 -0600 Subject: [PATCH] add email address to website contact links --- config/_default/languages.en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 1cceec5..7ef093a 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -22,7 +22,7 @@ title = "Drew Bowering" headline = "IT Architect, Developer, Canoeist, Tubist" # bio = "A little bit about me" links = [ -# { email = "mailto:hello@your_domain.com" }, + { email = "mailto:drew@d-b.ca" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" },