From 13533bc0a7cdc30731e06f693d80dfbb7bbede98 Mon Sep 17 00:00:00 2001 From: Pedro Costa Date: Thu, 17 Jul 2025 11:44:22 -0300 Subject: [PATCH] Make phone number a `tel` URL (#126) --- lib.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.typ b/lib.typ index cf11cba..f147f2c 100644 --- a/lib.typ +++ b/lib.typ @@ -323,7 +323,7 @@ ] #if ("phone" in author) [ #phone-icon - #box[#text(author.phone)] + #box[#link("tel:" + author.phone)[#author.phone]] #separator ] #if ("email" in author) [ @@ -697,7 +697,7 @@ if ("phone" in author) { author_list.push[ #phone-icon - #box[#text(author.phone)] + #box[#link("tel:" + author.phone)[#author.phone]] ] } if ("email" in author) {