Mailto link doesn't work

When I add the following HTML to a template, list.html:

<a href="mailto:someone@yoursite.com">mail</a>

The expected behavior would be that when I click on mail it tries to open my email client. Instead nothing happens. This has previously worked.

Not sure if this is a Hugo related issue or browser? I’ve tried this in Chrome and Safari.

If the rendered page code (what you see when you do the “show source code” in your browser) is exactly that, it’s your browsers’ issue, or even the OS’s.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.