personal-blog/layouts/shortcodes/rumble.html

7 lines
289 B
HTML

<div style="text-align: center;">
<div class="embed rumble-player">
<iframe class="rumble" type="text/html" width="640" height="385" style="border-width: 0"
src="https://rumble.com/embed/{{ index .Params 0 }}/?pub=2vcrn" allowfullscreen></iframe>
</div>
</div>