From d1b05979dea10403cb2af0e597abf76d07be86f2 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 7 Oct 2023 17:59:37 +0200 Subject: [PATCH] fix highlights bug --- rendercv/templates/components/classic/highlights.tex.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rendercv/templates/components/classic/highlights.tex.j2 b/rendercv/templates/components/classic/highlights.tex.j2 index 8e10897..122ecdf 100644 --- a/rendercv/templates/components/classic/highlights.tex.j2 +++ b/rendercv/templates/components/classic/highlights.tex.j2 @@ -1,8 +1,12 @@ ((* macro highlights(highlights) *)) \vspace*{<>} + ((* for item in highlights *)) + ((* if loop.first *)) \begin{highlights} -((* for item in highlights *)) + ((* endif *)) \item <> -((* endfor *)) + ((* if loop.last *)) \end{highlights} + ((* endif *)) +((* endfor *)) ((* endmacro *)) \ No newline at end of file