summaryrefslogtreecommitdiff
path: root/lib/string.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-10 11:51:21 +0600
committerunwox <me@unwox.com>2024-10-10 11:51:38 +0600
commitdfcdaab3a84389e610a57fa82ee0d3a216f4821d (patch)
treee0318abc43baaf83987381312a02c97ffe8b6f9b /lib/string.fnl
parentddc11ff1cc31f17ff46523a649917940357825b5 (diff)
allow to specify several tags for a product (instead of one category)
Diffstat (limited to 'lib/string.fnl')
-rw-r--r--lib/string.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.fnl b/lib/string.fnl
index d82c658..9ac6edd 100644
--- a/lib/string.fnl
+++ b/lib/string.fnl
@@ -19,4 +19,4 @@
(.. (trim (luna.utf.sub str 1 len)) (or ellipsis "...")))
""))
-{: split : ends-with : truncate}
+{: split : ends-with : trim : truncate}