From 4dd8f17e8f7e29f1db4054e44acdd23767363e70 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 20:05:12 -0800 Subject: [PATCH] Remove byline param default value --- layouts/shortcodes/paige/vimeo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}