From 3b62d35845ef68a0ff96d969320cc2313af464be Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Fri, 4 Apr 2025 17:11:28 -0600 Subject: [PATCH] Preconnect to youtube [deploy-site] --- site/shared.templ | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/shared.templ b/site/shared.templ index cde42c0b..9559bc80 100644 --- a/site/shared.templ +++ b/site/shared.templ @@ -42,6 +42,10 @@ templ Page(title, description string, uri string) { } else { } + if uri == "/videos" { + + + }