mirror of https://github.com/eyhc1/rendercv.git
fix a mcdowell tempate bug
This commit is contained in:
parent
b5d227cc6b
commit
0dd4ecf000
|
@ -40,5 +40,5 @@
|
||||||
|
|
||||||
% Set applicant's personal data for header
|
% Set applicant's personal data for header
|
||||||
\name{<<cv.name>>}
|
\name{<<cv.name>>}
|
||||||
\address{<<cv.location|default("")>>}
|
\address{<<cv.location if cv.location is not none>>}
|
||||||
\contacts{((* if cv.phone *))<<cv.phone|replace("tel:", "")|replace("-"," ")>> \linebreak((* endif *)) <<cv.email|default("")>>}
|
\contacts{((* if cv.phone *))<<cv.phone|replace("tel:", "")|replace("-"," ")>> \linebreak((* endif *)) <<cv.email if cv.email is not none>>}
|
Loading…
Reference in New Issue