fix a mcdowell tempate bug

This commit is contained in:
Sina Atalay 2024-02-11 23:08:57 +01:00
parent b5d227cc6b
commit 0dd4ecf000
1 changed files with 2 additions and 2 deletions

View File

@ -40,5 +40,5 @@
% Set applicant's personal data for header
\name{<<cv.name>>}
\address{<<cv.location|default("")>>}
\contacts{((* if cv.phone *))<<cv.phone|replace("tel:", "")|replace("-"," ")>> \linebreak((* endif *)) <<cv.email|default("")>>}
\address{<<cv.location if cv.location is not none>>}
\contacts{((* if cv.phone *))<<cv.phone|replace("tel:", "")|replace("-"," ")>> \linebreak((* endif *)) <<cv.email if cv.email is not none>>}