From c56374c3c4b93694488d313d6cb6cf6302d8e54a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 23 Nov 2024 16:35:16 -0700 Subject: [PATCH] Update config.toml fix email link --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 66af083..f0918d7 100644 --- a/config.toml +++ b/config.toml @@ -66,7 +66,7 @@ blog_section_path = "/posts" links = [ { name = "GitHub", icon = "github", url = "https://github.com/ahoneybun" }, { name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" }, - { name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" }, + { name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me" }, ] force_theme = false # false | "light" | "dark"