From 0a9d9cabfc425b0ba50784c80da6f4e96681b3e6 Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 21 Oct 2021 22:50:06 +0200 Subject: [PATCH] feat: Add space on phone number --- layouts/partials/contact/telephone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/contact/telephone.html b/layouts/partials/contact/telephone.html index dc73641..80c96a5 100644 --- a/layouts/partials/contact/telephone.html +++ b/layouts/partials/contact/telephone.html @@ -9,4 +9,4 @@ {{ range $index := seq (sub (len $tel) 1) 0}}{{ substr $tel $index 1}}{{ end }} +>{{ range $index := seq (sub (len $tel) 1) 0}}{{ substr $tel $index 1}}{{if modBool $index 2}} {{ end }}{{ end }}