diff --git a/rendercv/themes/classic/Header.j2.tex b/rendercv/themes/classic/Header.j2.tex index b3f14d6..7044db4 100644 --- a/rendercv/themes/classic/Header.j2.tex +++ b/rendercv/themes/classic/Header.j2.tex @@ -15,20 +15,20 @@ \normalsize ((* if cv.phone *)) - \mbox{\hrefWithoutArrow{<>}{{\footnotesize\faPhone*}\hspace{0.13cm}<>}} - \hspace{<>} + \mbox{\hrefWithoutArrow{<>}{{\footnotesize\faPhone*}\hspace*{0.13cm}<>}} + \hspace*{<>} ((* endif *)) ((* if cv.email *)) - \mbox{\hrefWithoutArrow{mailto:<>}{{\small\faEnvelope[regular]}\hspace{0.13cm}<>}} - \hspace{<>} + \mbox{\hrefWithoutArrow{mailto:<>}{{\small\faEnvelope[regular]}\hspace*{0.13cm}<>}} + \hspace*{<>} ((* endif *)) ((* if cv.location *)) - \mbox{{\small\faMapMarker*}\hspace{0.13cm}<>} - \hspace{<>} + \mbox{{\small\faMapMarker*}\hspace*{0.13cm}<>} + \hspace*{<>} ((* endif *)) ((* if cv.website *)) - \mbox{\hrefWithoutArrow{<>}{{\small\faLink}\hspace{0.13cm}<>}} - \hspace{<>} + \mbox{\hrefWithoutArrow{<>}{{\small\faLink}\hspace*{0.13cm}<>}} + \hspace*{<>} ((* endif *)) ((* set icon_dictionary = { @@ -41,8 +41,8 @@ ((* if cv.social_networks *)) ((* for network in cv.social_networks *)) ((* if network.network in icon_dictionary *)) - \mbox{\hrefWithoutArrow{<>}{{\small<>}\hspace{0.13cm}<>}} - \hspace{<>} + \mbox{\hrefWithoutArrow{<>}{{\small<>}\hspace*{0.13cm}<>}} + \hspace*{<>} ((* endif *)) ((* endfor *)) ((* endif *))