Remove byline param default value

master
Will Faught 2 years ago
parent 10f005e6cb
commit 4dd8f17e8f

@ -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" }}

Loading…
Cancel
Save