Add shortcode for embedded video
This commit is contained in:
parent
3ee5e26a93
commit
b516f91918
3
xavishobbies/layouts/shortcodes/embed.html
Normal file
3
xavishobbies/layouts/shortcodes/embed.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user