Move space after title into conditional

This commit is contained in:
Zachary Querengasser 2021-07-14 00:35:39 +10:00
commit 39360f317d

View file

@ -92,7 +92,7 @@
\newlength{\makecvheadpictureboxskip}%
\setlength{\makecvheadpictureboxskip}{\totalheightof{\usebox{\makecvheadpicturebox}}}%
\namestyle{\@firstname\ \@lastname}%
\ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\titlestyle{\@title}}\\[2.5em]%
\ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\titlestyle{\@title}\\[2.5em]}%
% optional quote
\ifthenelse{\isundefined{\@quote}}%
{}%