a bunch of updating
This commit is contained in:
parent
56d9a3ff11
commit
644ba66eae
56 changed files with 96 additions and 23 deletions
6
layouts/shortcodes/pt.html
Normal file
6
layouts/shortcodes/pt.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue