From d4975e732f426af7bc4efca8a2d83e78a9a92be2 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 22 Feb 2023 14:23:04 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20L'affichage=20des=20num=C3=A9ros=20de=20?= =?UTF-8?q?t=C3=A9l=C3=A9phone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/_markup/render-link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html index e2ecb09..2928fe8 100644 --- a/layouts/_default/_markup/render-link.html +++ b/layouts/_default/_markup/render-link.html @@ -12,7 +12,7 @@ {{- else -}} {{- $separators := cond $isMailtoLink ":@." ":" -}} {{- $regex := cond $isMailtoLink "[a-z]*:(.*)" "[a-z]*:([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})"}} - {{- $replace := cond $isMailtoLink "$1" "$1 $2 $3 $4 $5" -}} + {{- $replace := cond $isMailtoLink "$1" "$1 $2 $3 $4 $5" -}} {{- $string := .Destination -}} {{- $params := slice -}}