From bac3844734a354b87589b02d6c5d536a345d309b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:34:42 +0000 Subject: [PATCH 1/2] Initial plan From a72ea9ab9c3651ea7d8c4444559c12647d7031cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:36:47 +0000 Subject: [PATCH 2/2] Fix homepage YouTube embed to use privacy-enhanced URL with start time Co-authored-by: Reshrahim <61033581+Reshrahim@users.noreply.github.com> --- content/_index.md | 2 +- themes/bigspring-light/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 581dadb..f872ef1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -104,7 +104,7 @@ service: screenshot: enable: true title: "Learn more about Radius" - youtube: gaG77PiYv5w + youtube_url: "https://www.youtube-nocookie.com/embed/-xcNd5ZU0Z8?si=1KIPvS0vQXj2HglY&start=1731" ##################### Call to action ##################### call_to_action: diff --git a/themes/bigspring-light/layouts/index.html b/themes/bigspring-light/layouts/index.html index e59c22a..439007a 100644 --- a/themes/bigspring-light/layouts/index.html +++ b/themes/bigspring-light/layouts/index.html @@ -131,7 +131,7 @@

{{ .title | markdownify }}

{{ with .image }} {{ end }} - {{ with .youtube }}
{{ end }} + {{ $ytSrc := "" }}{{ if .youtube_url }}{{ $ytSrc = .youtube_url }}{{ else if .youtube }}{{ $ytSrc = printf "https://www.youtube.com/embed/%s" .youtube }}{{ end }}{{ with $ytSrc }}
{{ end }} {{ end }} {{ end }}