diff --git a/templates/shortcodes/typeit.html b/templates/shortcodes/typeit.html index 9a12a14..6ac7d5c 100644 --- a/templates/shortcodes/typeit.html +++ b/templates/shortcodes/typeit.html @@ -1,13 +1,14 @@ -{% set id = "typeit-{% get_random(0, 100) %}" %} +{% set id = get_random(start=0, end=100) %} +{% set id = "typeit-" ~ id %} -