diff options
author | olf <olf@subsignal.org> | 2016-02-15 22:05:53 +0100 |
---|---|---|
committer | olf <olf@subsignal.org> | 2016-02-15 22:05:53 +0100 |
commit | 93fe43406530f9c78b84389f6bb3d467b5848884 (patch) | |
tree | f447fefc6f4a8c58edfc061e663722db74a46440 | |
parent | fcb5b67facf3bd204dd510fe767a9d8bc895911d (diff) |
fixed hebocon video embed link
-rw-r--r-- | template/pages/hebocon/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/pages/hebocon/content.html b/template/pages/hebocon/content.html index 7160b2c..c350e7f 100644 --- a/template/pages/hebocon/content.html +++ b/template/pages/hebocon/content.html @@ -37,7 +37,7 @@ Es wäre toll wenn jede Teilnehmerin selbst Material mitbringt. Grundlegende Din <a href="/img/hebocon_helsinki.jpg"><img class="img-responsive " src="/img/hebocon_helsinki_klein.jpg" alt="Hebocon Helsinki"></a> <p>HEBOCON im Helsinki Lab. CC-BY: Photo taken with Helsinki Hacklab public lab cam.</p> <div class="embed-responsive embed-responsive-16by9"> - <iframe src="//www.youtube.com/watch?v=WFHiQMoY6k4" allowfullscreen></iframe> + <iframe src="//www.youtube-nocookie.com/embed/WFHiQMoY6k4" allowfullscreen></iframe> </div> </div> </div> |