From f8a7db93c1972ec26f5c9cc30bfb9159a6a476e0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 20:05:29 -0800 Subject: [PATCH] Fix byline param name --- 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 9555fb78..525ae2cb 100644 --- a/layouts/shortcodes/paige/vimeo.html +++ b/layouts/shortcodes/paige/vimeo.html @@ -37,7 +37,7 @@ {{ end }} {{ if and (ne $byline nil) (ne $byline "") }} - {{ $params = $params | append (printf "portrait=%v" (cond $byline 1 0)) }} + {{ $params = $params | append (printf "byline=%v" (cond $byline 1 0)) }} {{ end }} {{ with $color }}