diff --git a/awesome-cv.cls b/awesome-cv.cls index c26c775..2ba5193 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -451,7 +451,7 @@ \headerfirstnamestyle{\@firstname}\headerlastnamestyle{{}\acvHeaderNameDelim\@lastname}% \\[\acvHeaderAfterNameSkip]% \ifthenelse{\isundefined{\@position}}{}{\headerpositionstyle{\@position\\[\acvHeaderAfterPositionSkip]}}% - \ifthenelse{\isundefined{\@address}}{}{\headeraddressstyle{\@address\\[\acvHeaderAfterAddressSkip]}}% + \ifthenelse{\isundefined{\@address}}{}{\headeraddressstyle{\href{https://www.google.com/maps/search/?api=1&query=\@address}\@address\\[\acvHeaderAfterAddressSkip]}}% \headersocialstyle{% \newbool{isstart}% \setbool{isstart}{true}% diff --git a/examples/cv.pdf b/examples/cv.pdf index c17b966..0ea9bab 100644 Binary files a/examples/cv.pdf and b/examples/cv.pdf differ diff --git a/examples/resume.pdf b/examples/resume.pdf index af8aa9a..5cc4cd6 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ