Add shortcode for embedded video

This commit is contained in:
Xavi 2023-02-27 22:03:48 -08:00
parent 3ee5e26a93
commit b516f91918

View File

@ -0,0 +1,3 @@
<p style="text-align:center">
<iframe title="{{ .Get 0 }}" src="{{ .Get 1 }}" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
</p>