Simplify address structure

This commit is contained in:
zool 2015-10-24 17:30:18 +02:00
parent a6212b148a
commit 9c91f500a0
2 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,10 @@
---
# Personal details
name: Friedrich Nietzsche
address: |
| Humboldtstraße 36
| 99425 Weimar
| Prussia
address:
- Humboldtstraße 36
- 99425 Weimar
- Prussia
phone: "+49 03643 545400"
email: friedrich@thevoid.de
# Insert URLs without http://

View File

@ -62,7 +62,10 @@ $endif$
\begin{multicols}{2}
$address$\\[.2cm]
$for(address)$
$address$\\
$endfor$
$phone$\\
\href{mailto:$email$}{$email$}\\