1
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:
2019-04-02 12:16:39 -04:00
parent b6fca1f08d
commit 5e4df8cece
2 changed files with 19 additions and 0 deletions

View 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>