We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c598097 commit 91beaaaCopy full SHA for 91beaaa
layouts/shortcodes/youtube.html
@@ -3,4 +3,5 @@
3
<iframe class="youtube-player" type="text/html" width="640" height="385"
4
src="http://www.youtube.com/embed/{{ index .Params 0 }}" start="{{ index .Params 1 }}" allowfullscreen frameborder="0">
5
</iframe>
6
+</div>
7
</div>
0 commit comments