From dfcdaab3a84389e610a57fa82ee0d3a216f4821d Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 10 Oct 2024 11:51:21 +0600 Subject: allow to specify several tags for a product (instead of one category) --- lib/string.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/string.fnl') 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} -- cgit v1.2.3