Mercurial > public > bravenewsurf
diff bns_website/templates/videos.html @ 59:f8858447adda
Added YouTube embed code for a playlist of the bands on the comp to the videos page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 17 Nov 2011 20:17:14 -0600 |
parents | f2cb9b2ec552 |
children |
line wrap: on
line diff
--- a/bns_website/templates/videos.html Thu Nov 17 20:03:41 2011 -0600 +++ b/bns_website/templates/videos.html Thu Nov 17 20:17:14 2011 -0600 @@ -4,5 +4,8 @@ {% block content %} {% navbar 'videos' %} <h1>Watch</h1> -<p><strong>TODO</strong>: embed some YouTube videos of the bands.</p> +<p>Enjoy some videos from the bands that performed on the <em>Brave New Surf</em> compilation.</p> + +<iframe width="853" height="480" src="http://www.youtube-nocookie.com/embed/videoseries?list=PL26E22C14D94D323F&hl=en_US" frameborder="0" allowfullscreen></iframe> + {% endblock %}