Remove peertube shortcode

This commit is contained in:
this.ven 2024-02-03 13:27:41 +01:00
parent 51cc913aed
commit 0e56372bdf
3 changed files with 2 additions and 8 deletions

View file

@ -8,7 +8,8 @@ draft: true
### Influenca - Official Musicvideo
{{< peertube libre.video 163971b8-dfff-4309-a579-185090ae88c5 >}}
{{< iframe "https://libre.video/videos/embed/163971b8-dfff-4309-a579-185090ae88c5"
>}}
This video features Influenca from the [Inconvenient EP](music/inconvenient-ep/), free to download and also available via {{< icon "funkwhale" >}}
[Funkwhale](https://open.audio/library/albums/19811/).

View file

@ -1,7 +1,6 @@
<div class="wrap-element">
<iframe class="wrapped-iframe"
src="{{ index .Params 0 }}"
{{ index .Params 1 }} # additional parameters
frameborder="0" allowfullscreen>
</iframe>
</div>

View file

@ -1,6 +0,0 @@
<div class="embed video-player">
<iframe width="560" height="315"
sandbox="allow-same-origin allow-scripts allow-popups"
src="https://{{ index .Params 0 }}/videos/embed/{{ index .Params 1 }}" frameborder="0" allowfullscreen>
</iframe>
</div>