diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html index b04619e..28e6d0b 100644 --- a/layouts/shortcodes/video.html +++ b/layouts/shortcodes/video.html @@ -1,7 +1,7 @@ {{- $src := .Get "src" | default (.Get 0) -}} -{{- $title := .Get "title" | default "Shared video" }} +{{- $title := .Get "title" | default (.Get 1) | default "Shared video" }} -