Skip to content

Commit

Permalink
Create yt.html
Browse files Browse the repository at this point in the history
  • Loading branch information
53845714nF authored Sep 21, 2024
1 parent 5a5f01a commit ca5a204
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/shortcodes/yt.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<iframe src="https://www.youtube.com/embed/{{ index .Params 0 }}?start={{ index .Params 1 }}"
style="width: 560; height: 315;"
allowfullscreen frameborder="0"
title="YouTube Video">
</iframe>

0 comments on commit ca5a204

Please sign in to comment.