diff --git a/rendercv/themes/classic/Header.j2.tex b/rendercv/themes/classic/Header.j2.tex index f0d057d..7f58f28 100644 --- a/rendercv/themes/classic/Header.j2.tex +++ b/rendercv/themes/classic/Header.j2.tex @@ -10,14 +10,12 @@ \normalsize ((* for connection in cv.connections *)) - \mbox{ - ((* if connection["url"] *)) - \hrefWithoutArrow{<>}{{\footnotesize<>}\hspace*{0.13cm}<>} - ((* else *)) - {\footnotesize<>}\hspace*{0.13cm}<> - ((* endif *)) - } - \kern <> + \mbox{((*- if connection["url"] -*)) + \hrefWithoutArrow{<>}{<>} + ((*- else -*)) + <> + ((*- endif -*))}% + \kern <>% ((* endfor *)) \end{header} diff --git a/rendercv/themes/engineeringresumes/Header.j2.tex b/rendercv/themes/engineeringresumes/Header.j2.tex index d789b08..d9517ba 100644 --- a/rendercv/themes/engineeringresumes/Header.j2.tex +++ b/rendercv/themes/engineeringresumes/Header.j2.tex @@ -16,18 +16,16 @@ \normalsize ((* for connection in cv.connections *)) - \mbox{ - ((* if connection["url"] *)) + \mbox{((*- if connection["url"] -*)) \hrefWithoutArrow{<>}{<>} - ((* else *)) + ((*- else -*)) <> - ((* endif *)) - } - \kern <> + ((*- endif -*))}% + \kern <>% ((* if not loop.last *)) - \AND + \AND% ((* endif *)) - \kern <> + \kern <>% ((* endfor *)) \end{header} diff --git a/rendercv/themes/sb2nov/Header.j2.tex b/rendercv/themes/sb2nov/Header.j2.tex index efa8bae..6ad85b0 100644 --- a/rendercv/themes/sb2nov/Header.j2.tex +++ b/rendercv/themes/sb2nov/Header.j2.tex @@ -9,14 +9,12 @@ \normalsize ((* for connection in cv.connections *)) - \mbox{ - ((* if connection["url"] *)) - \hrefWithoutArrow{<>}{\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} - ((* else *)) - {\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} - ((* endif *)) - } - \kern <> + \mbox{((*- if connection["url"] -*)) + \hrefWithoutArrow{<>}{<>} + ((*- else -*)) + <> + ((*- endif -*))}% + \kern <>% ((* endfor *)) \end{header}