diff --git a/layouts/shortcodes/paige/vimeo.html b/layouts/shortcodes/paige/vimeo.html index fe418e46..9555fb78 100644 --- a/layouts/shortcodes/paige/vimeo.html +++ b/layouts/shortcodes/paige/vimeo.html @@ -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" }}