a bunch of updating

This commit is contained in:
Chris Cochrun 2022-10-28 14:17:15 -05:00
parent 56d9a3ff11
commit 644ba66eae
56 changed files with 96 additions and 23 deletions

View file

@ -0,0 +1,6 @@
{{- $vid := .Get "src" -}}
{{- $abs := .Get "abs" | default true -}}
{{- $width := .Get "width" | default "560" -}}
{{- $height := .Get "height" | default "315" -}}
<iframe width="{{ $width }}" height="{{ $height }}" sandbox="allow-same-origin allow-scripts allow-popups" src="{{ $vid }}?warningTitle=0" frameborder="0" allowfullscreen></iframe>