Remove byline param default value

This commit is contained in:
Will Faught
2023-02-05 20:05:12 -08:00
parent 10f005e6cb
commit 4dd8f17e8f

View File

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