aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-09 23:57:53 -0500
committertdro <tdro@noreply.example.com>2022-12-09 23:57:53 -0500
commita98d48c0bd279bc1562e8f8385988b2d7a65de2c (patch)
tree0a9831866d5fe2d0c03bd2b7eac46b9f6ca6e3a1
parent4250104277590526146a45df8af48a34e0f3df8b (diff)
downloadcanory-a98d48c0bd279bc1562e8f8385988b2d7a65de2c.tar.gz
canory-a98d48c0bd279bc1562e8f8385988b2d7a65de2c.tar.bz2
canory-a98d48c0bd279bc1562e8f8385988b2d7a65de2c.zip
themes/default/layouts/shortcodes/animate: Don't markdownify
-rw-r--r--themes/default/layouts/shortcodes/animate.html2
1 files changed, 1 insertions, 1 deletions
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 "" -}}
<text-animation {{ $type }}>
{{- range $value, $letter := $letters -}}