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
By default, Hugo only allows using `http:`, `https:`, and `mailto:`.
URLs using other schemes are replaced with `#ZgotmplZ`.
To allow using `tel:`, we have to declare it as safe using `| safeURL`.
This marks every URL as safe which should be fine, since all content
inside the repo is trusted.
See https://gohugo.io/functions/safe/url/ for more info.
Closes#185
0 commit comments