mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 02:55:33 -04:00
custom youtube embed shortcode
This commit is contained in:
3
layouts/shortcodes/youtube.html
Normal file
3
layouts/shortcodes/youtube.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="embed video-player">
|
||||
<iframe class="youtube-player" src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen></iframe>
|
||||
</div>
|
Reference in New Issue
Block a user