You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So not a bug, but a feature of safeURL. Not obvious, but it is stated that anything not matching http/https/mailto urls will get the funny ZgotmplZ URL.
I am attempting to link a mobile friendly phone number following the standard:
tel:+somenumber
or tel://somenumber
In my config.toml, I have:
Oddly, this renders as:
http://localhost:1313/embeddedsystems/#ZgotmplZ
(note: the ZgotmplZ)
I'm sure I'm rending some template thing the wrong way, but mailto: just works fine, so I though tel: would work. Ideas?
The text was updated successfully, but these errors were encountered: