{{- with .Site.Data.contact.telephone -}} {{- $protocol := "tel" -}} {{- $tel := . -}} {{- $telWithProtocol := print $protocol ":" (replace $tel " " "") -}} {{ range $index := seq (sub (len $tel) 1) 0}}{{ substr $tel $index 1}}{{ end }} {{- end -}}