From aa12d86c40fef6ccdc37e75b80aaa574ba12a6ec Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Thu, 5 Feb 2026 15:17:14 +0100 Subject: [PATCH] update pdf header links --- src/pdf.liquid | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pdf.liquid b/src/pdf.liquid index 32afc4c..18d0eec 100644 --- a/src/pdf.liquid +++ b/src/pdf.liquid @@ -5,11 +5,14 @@ eleventyComputed: title: "{{author.firstName}} {{author.name}}, {{author.occupation}}" links: - value: "thomas@amstutz.it" - - value: "github.com/TheThomaas" - url: "https://github.com/TheThomaas" - - value: "123 123 12 12" + url: "mailto:thomas@amstutz.it" + - value: "18 mai 2002" + # - value: "github.com/TheThomaas" + # url: "https://github.com/TheThomaas" + - value: "079 842 69 38" + url: "tel:+41798426938" - value: "amstutz.it" - url: "https://github.com/TheThomaas" + url: "https://www.amstutz.it" ---