mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Add tel:
href for mobile numbers
cf. http://www.ietf.org/rfc/rfc3966.txt
This commit is contained in:
parent
a932a66e1e
commit
44c5ec3e7b
1 changed files with 1 additions and 1 deletions
|
@ -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}}%
|
||||||
|
|
Loading…
Reference in a new issue