From ac8fa77c97293c6232890b7d2d03c9838b201409 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Mon, 29 Apr 2024 00:27:40 +0300 Subject: [PATCH] sb2nov: fix header --- rendercv/themes/sb2nov/Header.j2.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rendercv/themes/sb2nov/Header.j2.tex b/rendercv/themes/sb2nov/Header.j2.tex index 6ad85b0..b95dd09 100644 --- a/rendercv/themes/sb2nov/Header.j2.tex +++ b/rendercv/themes/sb2nov/Header.j2.tex @@ -10,11 +10,11 @@ \normalsize ((* for connection in cv.connections *)) \mbox{((*- if connection["url"] -*)) - \hrefWithoutArrow{<>}{<>} + \hrefWithoutArrow{<>}{\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} ((*- else -*)) - <> - ((*- endif -*))}% - \kern <>% + {\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} + ((*- endif -*))} + \kern <> ((* endfor *)) \end{header}