diff --git a/rendercv/templates/classic/components/entry.tex.j2 b/rendercv/templates/classic/components/entry.tex.j2 index 4d7a5d0..6ab845b 100644 --- a/rendercv/templates/classic/components/entry.tex.j2 +++ b/rendercv/templates/classic/components/entry.tex.j2 @@ -26,7 +26,7 @@ ((# first column:: K{<>}; variable width, justified column #)) ((# second column: R{<>}; constant width ragged right column #)) \begin{tabularx}{\textwidth-<>-0.13cm}{K{<>} R{<>}} - \textbf{<>}, <> + \textbf{<>}, <> <> & <> @@ -44,12 +44,12 @@ ((* if markdown_url is not none *)) ((* if link_text is not none *)) ((* set markdown_url = "["+link_text+"]("+ markdown_url|markdown_link_to_url +")" *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* else *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* endif *)) ((* else *)) - \textbf{<>} + \textbf{<>} ((* endif *)) <> \end{tabularx}