From 9c91f500a00dc98cc14d7ad73886e8dec76841dd Mon Sep 17 00:00:00 2001 From: zool Date: Sat, 24 Oct 2015 17:30:18 +0200 Subject: [PATCH] Simplify address structure --- content.yml | 8 ++++---- template.tex | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/content.yml b/content.yml index 439eeca..c39f3ec 100644 --- a/content.yml +++ b/content.yml @@ -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:// diff --git a/template.tex b/template.tex index c42789e..7c53036 100644 --- a/template.tex +++ b/template.tex @@ -62,7 +62,10 @@ $endif$ \begin{multicols}{2} -$address$\\[.2cm] +$for(address)$ +$address$\\ +$endfor$ + $phone$\\ \href{mailto:$email$}{$email$}\\