softinio.com/templates/shortcodes/peertube.html
Salar Rahmanian b10e834407
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline was successful
New refreshed blog for 2024 using Zola
2024-02-16 22:46:42 -08:00

5 lines
295 B
HTML

<div class="peertube{% if class %} {{class}}{% endif %}">
<iframe src="https://watch.softinio.com/videos/embed/{{id}}?title=0&warningTitle=0&peertubeLink=0" title="{{title | default(value='Peertube') }}" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>