Commit 1209fcb
committed
fix: Mark
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 #185tel: links as safe1 parent 2a4924b commit 1209fcb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
0 commit comments