Update config.toml

fix email link
This commit is contained in:
Aaron Honeycutt 2024-11-23 16:35:16 -07:00 committed by GitHub
parent 4a4efdc34f
commit c56374c3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"