https://gohugo.io/functions/safeurl/ > Without safeURL, only the URI schemes http:, https: and mailto: are considered safe by Go templates. By adding `safeURL`, we allow different types of links like `tel:` to work properly in author bios.
Fixes #396