From 146514db1631f258dbb0745be6c08b1c17cbdf59 Mon Sep 17 00:00:00 2001 From: "tturner@bastiansolutions.com" Date: Mon, 16 Jun 2025 16:54:50 -0500 Subject: [PATCH 1/3] website-logos: adding clearbit site logo. --- themes/ndt2/assets/css/main.css | 1 - themes/ndt2/layouts/index.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/ndt2/assets/css/main.css b/themes/ndt2/assets/css/main.css index e03bdd96bb7..69a322eaed2 100644 --- a/themes/ndt2/assets/css/main.css +++ b/themes/ndt2/assets/css/main.css @@ -475,7 +475,6 @@ html, body { #map .leaflet-popup-content { color: #222; width: 400px; - height: 200px; line-height: 1.4; font-weight: normal; font-size: 1em; diff --git a/themes/ndt2/layouts/index.html b/themes/ndt2/layouts/index.html index acfa2fa196c..bfcd69464db 100644 --- a/themes/ndt2/layouts/index.html +++ b/themes/ndt2/layouts/index.html @@ -67,6 +67,16 @@ // If the venue has an external_url add it as a ink to the popup if (v.external_url) { popupText += `  `; + const domain = new URL(v.external_url).hostname; + popupText += ` +
+ Site logo + `; } // If the venue has a location, append it to the popup text if (v.location) { From 2b41d62412eb5f4738ae67fdc8698588cc5d9bab Mon Sep 17 00:00:00 2001 From: "tturner@bastiansolutions.com" Date: Mon, 16 Jun 2025 17:02:12 -0500 Subject: [PATCH 2/3] website-logos: give image routable link --- themes/ndt2/layouts/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/ndt2/layouts/index.html b/themes/ndt2/layouts/index.html index bfcd69464db..4f9e58402c2 100644 --- a/themes/ndt2/layouts/index.html +++ b/themes/ndt2/layouts/index.html @@ -70,12 +70,14 @@ const domain = new URL(v.external_url).hostname; popupText += `
+ Site logo + `; } // If the venue has a location, append it to the popup text From fae8c09f4b5a62f9242aba9a991544cb2017624c Mon Sep 17 00:00:00 2001 From: "tturner@bastiansolutions.com" Date: Mon, 16 Jun 2025 17:24:26 -0500 Subject: [PATCH 3/3] website-logos: using img.lgo.dev instead of clearbit, which will depreciate end of year --- themes/ndt2/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ndt2/layouts/index.html b/themes/ndt2/layouts/index.html index 4f9e58402c2..a64001b7412 100644 --- a/themes/ndt2/layouts/index.html +++ b/themes/ndt2/layouts/index.html @@ -72,7 +72,7 @@