improve skill order and education

This commit is contained in:
L3D 2024-04-17 21:23:00 +02:00
parent 4bc6dd8f06
commit 4836b7d286
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -54,6 +54,11 @@ $endif$
\section{Erfahrung}
$for(erfahrung)$
\cventry{$erfahrung.date$}{$erfahrung.job$}{$erfahrung.company$}{\textit{$erfahrung.place$}}{}{}
$for(erfahrung.skills)$
$if(erfahrung.skills.note)$
\cvitem{}{$erfahrung.skills.note$}
$endif$
$endfor$
$endfor$
% Education
@ -62,7 +67,11 @@ $for(ausbildung)$
$if(ausbildung.degree)$
\cventry{$ausbildung.date$}{$ausbildung.degree$}{$ausbildung.school$}{\textit{$ausbildung.place$}}{}{}
$else$
\cventry{$ausbildung.date$}{$ausbildung.school$}{$ausbildung.place$}{}{}{}
$if(ausbildung.place)$
\cvitem{$ausbildung.date$}{$ausbildung.school$, $ausbildung.place$}
$else$
\cvitem{$ausbildung.date$}{$ausbildung.school$, $ausbildung.place$}
$endif$
$endif$
$endfor$