From 38a04ae80bbd0fb280912f5e0d2c65194ed111ed Mon Sep 17 00:00:00 2001 From: suidpit Date: Tue, 10 Feb 2026 12:30:17 +0100 Subject: [PATCH] typeit multiple lines shuffled in random order --- layouts/shortcodes/typeit.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 @@