Add support for Peertube links
This commit is contained in:
parent
088fc929b1
commit
f81ef022d5
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue