From 7de8ef8a4ac0fba878b49ff4547712f2cc14040b Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 10 May 2024 15:55:56 +0300 Subject: [PATCH] themes: fix special character bug in connections (#64) --- rendercv/themes/classic/Header.j2.tex | 4 ++-- rendercv/themes/engineeringresumes/Header.j2.tex | 4 ++-- rendercv/themes/sb2nov/Header.j2.tex | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rendercv/themes/classic/Header.j2.tex b/rendercv/themes/classic/Header.j2.tex index f507ea4..940ee5a 100644 --- a/rendercv/themes/classic/Header.j2.tex +++ b/rendercv/themes/classic/Header.j2.tex @@ -11,9 +11,9 @@ \normalsize ((* for connection in cv.connections *)) \mbox{((*- if connection["url"] -*)) - \hrefWithoutArrow{<>}{{\footnotesize<>}\hspace*{0.13cm}<>} + \hrefWithoutArrow{<>}{{\footnotesize<>}\hspace*{0.13cm}<>} ((*- else -*)) - {\footnotesize<>}\hspace*{0.13cm}<> + {\footnotesize<>}\hspace*{0.13cm}<> ((*- endif -*))} \kern <> ((* endfor *)) diff --git a/rendercv/themes/engineeringresumes/Header.j2.tex b/rendercv/themes/engineeringresumes/Header.j2.tex index d9517ba..fc9da31 100644 --- a/rendercv/themes/engineeringresumes/Header.j2.tex +++ b/rendercv/themes/engineeringresumes/Header.j2.tex @@ -17,9 +17,9 @@ \normalsize ((* for connection in cv.connections *)) \mbox{((*- if connection["url"] -*)) - \hrefWithoutArrow{<>}{<>} + \hrefWithoutArrow{<>}{<>} ((*- else -*)) - <> + <> ((*- endif -*))}% \kern <>% ((* if not loop.last *)) diff --git a/rendercv/themes/sb2nov/Header.j2.tex b/rendercv/themes/sb2nov/Header.j2.tex index b95dd09..d57b20f 100644 --- a/rendercv/themes/sb2nov/Header.j2.tex +++ b/rendercv/themes/sb2nov/Header.j2.tex @@ -10,9 +10,9 @@ \normalsize ((* for connection in cv.connections *)) \mbox{((*- if connection["url"] -*)) - \hrefWithoutArrow{<>}{\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} + \hrefWithoutArrow{<>}{\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} ((*- else -*)) - {\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} + {\color{black}{\footnotesize<>}\hspace*{0.13cm}<>} ((*- endif -*))} \kern <> ((* endfor *))