Bug: email icon hyperlink is treated as a relative URL
ajmalsiddiqui opened this issue · 0 comments
ajmalsiddiqui commented
Basically, if you specify your email using the email
key under params, since it isn't an absolute URL, Hugo renders it as a relative URL.
Meaning if your config.toml
has this:
email = "johndoe@example.com"
The hyperlink that is generated becomes https://example.com/johndoe@example.com
.
Note that because of this, you cannot just add usernames for other social media handles as well. You need to include the full URL to the social profile, which is poor UX IMHO.