CE Thesis movies
This commit is contained in:
parent
83909b0570
commit
9896dcbb19
4 changed files with 71 additions and 2 deletions
16
layouts/shortcodes/youtube.html
Normal file
16
layouts/shortcodes/youtube.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>{{ index .Params 1 }}</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<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>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue