diff --git a/layouts/shortcodes/typeit.html b/layouts/shortcodes/typeit.html index 4a72a449..73984b84 100644 --- a/layouts/shortcodes/typeit.html +++ b/layouts/shortcodes/typeit.html @@ -6,6 +6,7 @@ {{- $breakLines := .Get "breakLines" | default true -}} {{- $waitUntilVisible := .Get "waitUntilVisible" | default true -}} {{- $loop := .Get "loop" | default false -}} +{{- $randomLines := .Get "randomLines" | default false -}} {{- $classList := slice -}} {{- with .Get "class" -}} {{- $classList = $classList | append . -}} @@ -23,8 +24,15 @@