Update the grid-side theme

This commit is contained in:
2019-03-30 23:28:05 +00:00
parent 5255e9afd8
commit bc53f31743
281 changed files with 14134 additions and 54 deletions

View File

@@ -1,10 +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
<iframe class="youtube-player"
type="text/html"
width="640"
height="385"
src="//www.youtube.com/embed/{{ index .Params 0 }}?playlist={{ index .Params 0 }}&loop=1"
allowfullscreen
frameborder="0">
</iframe>
</div>