From 15adc1e4349836dfce09fb218f8287cf6f3ffd41 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 20 Aug 2025 23:45:25 -0700 Subject: [PATCH] Include mapshare URL in contact card --- static/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/index.html b/static/index.html index 4961cd7..e14c2fe 100644 --- a/static/index.html +++ b/static/index.html @@ -261,6 +261,10 @@ EMAIL:{{.CONTACT_PAGE_EMAIL}} URL:mailto:{{.CONTACT_PAGE_EMAIL}} {{end}} +{{if .GARMIN_MAPSHARE_URL}} +URL:{{.GARMIN_MAPSHARE_URL}} +{{end}} + END:VCARD `; document.getElementById('qr').value = qr;