From a98d48c0bd279bc1562e8f8385988b2d7a65de2c Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 9 Dec 2022 23:57:53 -0500 Subject: themes/default/layouts/shortcodes/animate: Don't markdownify --- themes/default/layouts/shortcodes/animate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/layouts/shortcodes/animate.html b/themes/default/layouts/shortcodes/animate.html index 15b0fbc..5d72671 100644 --- a/themes/default/layouts/shortcodes/animate.html +++ b/themes/default/layouts/shortcodes/animate.html @@ -1,7 +1,7 @@ {{- $type := default "default" (.Get "type" | default (.Get 0)) -}} {{- $text := default "animate" (.Get "text" | default (.Get 1)) -}} -{{- $letters := split ($text | markdownify) "" -}} +{{- $letters := split $text "" -}} {{- range $value, $letter := $letters -}} -- cgit v1.2.3