Add grid-side theme
This commit is contained in:
10
themes/grid-side/layouts/shortcodes/youtube.html
Normal file
10
themes/grid-side/layouts/shortcodes/youtube.html
Normal 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>
|
Reference in New Issue
Block a user