aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/animate.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/animate.html')
-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 5d72671..b245596 100644
--- a/themes/default/layouts/shortcodes/animate.html
+++ b/themes/default/layouts/shortcodes/animate.html
@@ -3,7 +3,7 @@
{{- $letters := split $text "" -}}
-<text-animation {{ $type }}>
+<text-animation {{ $type }}="">
{{- range $value, $letter := $letters -}}
<span style="--frame:{{ $value }}">{{ $letter }}</span>
{{- end -}}