Add tel: href for mobile numbers

cf. http://www.ietf.org/rfc/rfc3966.txt
This commit is contained in:
miclill 2017-07-11 15:10:25 +02:00 committed by Oliver Ford
parent a932a66e1e
commit 44c5ec3e7b
No known key found for this signature in database
GPG key ID: 15CCFACF010F70D2

View file

@ -466,7 +466,7 @@
\ifthenelse{\isundefined{\@mobile}}% \ifthenelse{\isundefined{\@mobile}}%
{}% {}%
{% {%
\faMobile\acvHeaderIconSep\@mobile% \href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}%
\setbool{isstart}{false}% \setbool{isstart}{false}%
}% }%
\ifthenelse{\isundefined{\@email}}% \ifthenelse{\isundefined{\@email}}%