Remove byline param default value
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ $autopause := .Get "autopause" | default true }}
|
||||
{{ $autoplay := .Get "autoplay" }}
|
||||
{{ $background := .Get "background" }}
|
||||
{{ $byline := .Get "byline" | default true }}
|
||||
{{ $byline := .Get "byline" }}
|
||||
{{ $color := .Get "color" }}
|
||||
{{ $controls := .Get "controls" | default true }}
|
||||
{{ $description := .Get "title" | default "Vimeo video" }}
|
||||
|
Reference in New Issue
Block a user