This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5772587fc9 custom-theme/talks: use nocookie yt links, move .htaccess
5772587fc9 is described below

commit 5772587fc95c9ffa9d996d57cd27ede9e23fefa1
Author: Piotr Narajowski <[email protected]>
AuthorDate: Mon Apr 14 11:31:11 2025 +0200

    custom-theme/talks: use nocookie yt links, move .htaccess
    
    .htaccess has been moved to root directory
---
 custom-theme/.htaccess => .htaccess | 0
 custom-theme/talks.html             | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/custom-theme/.htaccess b/.htaccess
similarity index 100%
rename from custom-theme/.htaccess
rename to .htaccess
diff --git a/custom-theme/talks.html b/custom-theme/talks.html
index 0deb4de0b0..3b48d84f60 100644
--- a/custom-theme/talks.html
+++ b/custom-theme/talks.html
@@ -24,7 +24,7 @@
   
   <div class="col-xs-12 col-md-6">
     <div id="video">
-      <div id="youtube-placeholder" 
onclick="loadYouTubeVideo('https://www.youtube.com/embed/4xRbGMDcMu8?si=h2ukdzNO9-u8_HUy',
 'video')">
+      <div id="youtube-placeholder" 
onclick="loadYouTubeVideo('https://www.youtube-nocookie.com/embed/4xRbGMDcMu8?si=1AiPorODLysJ0E1l',
 'video')">
         <img src="/img/vid-icon-red.png" alt="Click to play video">
       </div>
     </div>
@@ -58,7 +58,7 @@
 
   <div class="col-xs-12 col-md-6">
     <div id="video-2"> 
-      <div id="youtube-placeholder" 
onclick="loadYouTubeVideo('https://www.youtube.com/embed/5KhnjE7zYx4?si=2eEdqrV6e3Rq3Tjf',
 'video-2')">
+      <div id="youtube-placeholder" 
onclick="loadYouTubeVideo('https://www.youtube-nocookie.com/embed/5KhnjE7zYx4?si=FOFm6vAd3n3pMMdd',
 'video-2')">
         <img src="/img/vid-icon-red.png" alt="Click to play video">
       </div>
     </div>
@@ -68,7 +68,7 @@
 <div class="row">
   <div class="col-xs-12 col-md-6">
     <div id="video-3"> 
-      <div id="youtube-placeholder" 
onclick="loadYouTubeVideo('https://www.youtube.com/embed/RsDqH5FZ-bo?si=WSg1FfcxwejL-Qqm',
 'video-3')">
+      <div id="youtube-placeholder" 
onclick="loadYouTubeVideo('https://www.youtube-nocookie.com/embed/RsDqH5FZ-bo?si=trecTDB1m9xHuvQ1',
 'video-3')">
         <img src="/img/vid-icon-red.png" alt="Click to play video">
       </div>
     </div>

Reply via email to