added safeurl to many links to allow for tel: links
This commit is contained in:
parent
f9c98de489
commit
6bb8b3952d
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<ul>
|
||||
{{ range .Site.Data.jumbotron.links }}
|
||||
<li>
|
||||
<a class="{{ if .huge }}huge{{ end }}" href="{{ .link }}">
|
||||
<a class="{{ if .huge }}huge{{ end }}" href="{{ .link | safeURL }}">
|
||||
{{ .title }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue