From a6862bec8303e9dca4e41b3306230ff57f0878a4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 21 May 2025 11:41:34 -0500 Subject: [PATCH] fixing the typeit --- templates/shortcodes/typeit.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/templates/shortcodes/typeit.html b/templates/shortcodes/typeit.html index 6ac7d5c..d1da489 100644 --- a/templates/shortcodes/typeit.html +++ b/templates/shortcodes/typeit.html @@ -1,20 +1,15 @@ {% set id = get_random(start=0, end=100) %} {% set id = "typeit-" ~ id %} - + -<{% if tag %}{{ tag }}{% else %}div{% endif %} id="{{ id }}">{{ body }} +<{% if tag %}{{ tag }}{% else %}div{% endif %} id="{{ id }}">