diff --git a/rendercv/themes/classic/Header.j2.tex b/rendercv/themes/classic/Header.j2.tex index 770cd3d..d0db756 100644 --- a/rendercv/themes/classic/Header.j2.tex +++ b/rendercv/themes/classic/Header.j2.tex @@ -10,8 +10,14 @@ \normalsize ((* for connection in cv.connections *)) - \mbox{\hrefWithoutArrow{<>}{{\footnotesize<>}\hspace*{0.13cm}<>}} - \hspace*{<>} + \mbox{ + ((* if connection["url"] *)) + \hrefWithoutArrow{<>}{{\footnotesize<>}\hspace*{0.13cm}<>} + ((* else *)) + {\footnotesize<>}\hspace*{0.13cm}<> + ((* endif *)) + } + \kern <> ((* endfor *)) \end{header}