From 0a4e18d82bba8441a03632e982f912c2fa29d16c Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Mon, 11 Dec 2023 19:00:12 +0100 Subject: [PATCH] fix: refs in basic bio --- templates/default.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default.html.tera b/templates/default.html.tera index a1bac22..e0b1cc4 100644 --- a/templates/default.html.tera +++ b/templates/default.html.tera @@ -78,13 +78,13 @@
{{"email" | translate(lang=lang) }}
-
{{ cv.person.email }}
+
{{ "phone" | translate(lang=lang) }}
-
+ {{cv.person.phone | insert_space_every(times=3) }}
+
{% if cv.person.address %}