Add support for Peertube links

pull/8/head
parent 088fc929b1
commit f81ef022d5
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -12,6 +12,9 @@
{{ if eq .Params.storage "lbry" }}
{{ .Scratch.Set "embedLink" (print "https://odysee.com/$/embed/" .Params.storageId) }}
{{ end }}
{{ if eq .Params.storage "peertube" }}
{{ .Scratch.Set "embedLink" (print "https://video.millironx.com/videos/embed/" .Params.storageId) }}
{{ end }}
<div class="row">
<div class="col-12">
<div class="ratio ratio-16x9">

Loading…
Cancel
Save