Add embed PeerTube video shortcode
This commit is contained in:
parent
1f637ed41e
commit
cfd06f6173
1 changed files with 3 additions and 0 deletions
3
layouts/shortcodes/peertube.html
Normal file
3
layouts/shortcodes/peertube.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue