Add embed PeerTube video shortcode

This commit is contained in:
Renne Rocha 2022-01-07 17:33:11 -03:00
parent 1f637ed41e
commit cfd06f6173

View file

@ -0,0 +1,3 @@
<div class="embed video-player">
<iframe title="DIY Passive Mixer // Everything Went Wrong with this Build" src="{{ index .Params 0 }}" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
</div>