aboutsummaryrefslogtreecommitdiff
path: root/templates/shortcodes/youtube.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/youtube.html')
-rwxr-xr-xtemplates/shortcodes/youtube.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/shortcodes/youtube.html b/templates/shortcodes/youtube.html
new file mode 100755
index 0000000..a6d8ad8
--- /dev/null
+++ b/templates/shortcodes/youtube.html
@@ -0,0 +1,9 @@
+<div class="youtube is-flex is-justify-content-center is-align-items-center">
+ <iframe
+ width="848" height="510"
+ src="https://www.youtube.com/embed/{{id}}"
+ frameborder="0"
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
+ allowfullscreen>
+ </iframe>
+</div> \ No newline at end of file