Simplify address structure
This commit is contained in:
parent
a6212b148a
commit
9c91f500a0
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
# Personal details
|
# Personal details
|
||||||
name: Friedrich Nietzsche
|
name: Friedrich Nietzsche
|
||||||
address: |
|
address:
|
||||||
| Humboldtstraße 36
|
- Humboldtstraße 36
|
||||||
| 99425 Weimar
|
- 99425 Weimar
|
||||||
| Prussia
|
- Prussia
|
||||||
phone: "+49 03643 545400"
|
phone: "+49 03643 545400"
|
||||||
email: friedrich@thevoid.de
|
email: friedrich@thevoid.de
|
||||||
# Insert URLs without http://
|
# Insert URLs without http://
|
||||||
|
@ -62,7 +62,10 @@ $endif$
|
|||||||
|
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
|
|
||||||
$address$\\[.2cm]
|
$for(address)$
|
||||||
|
$address$\\
|
||||||
|
$endfor$
|
||||||
|
|
||||||
$phone$\\
|
$phone$\\
|
||||||
\href{mailto:$email$}{$email$}\\
|
\href{mailto:$email$}{$email$}\\
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user