Merge branch 'master' into autoprefixer-1614061166

This commit is contained in:
kodiakhq[bot] 2021-03-11 15:15:59 +00:00 committed by GitHub
commit 0c583cba81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,8 @@
<li> <li>
{{ if eq .name "Email" }} {{ if eq .name "Email" }}
<a href="mailto:{{ .url }}" target="/"><i class="{{ .icon }}"></i></a> <a href="mailto:{{ .url }}" target="/"><i class="{{ .icon }}"></i></a>
{{ else if eq .name "Phone" }}
<a href="tel:{{ .url }}" target="/"><i class="{{ .icon }}"></i></a>
{{ else }} {{ else }}
<a href="{{ .url }}" target="/"><i class="{{ .icon }}"></i></a> <a href="{{ .url }}" target="/"><i class="{{ .icon }}"></i></a>
{{ end }} {{ end }}