From c68b6bbaa43d57f4347b16450b0d9d7952ea8889 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 17 Feb 2024 19:49:20 +0100 Subject: [PATCH] fix header connections bug in classic theme --- rendercv/themes/classic/Header.j2.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 *))