Add grid-side theme

This commit is contained in:
2016-06-05 23:48:51 +01:00
commit 6db68a7341
266 changed files with 14033 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<div class="embed video-player">
<iframe class="youtube-player"
type="text/html"
width="640"
height="385"
src="http://www.youtube.com/embed/{{ index .Params 0 }}"
allowfullscreen
frameborder="0">
</iframe>
</div>