diff options
| author | unwox <me@unwox.com> | 2024-10-10 11:51:21 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-10 11:51:38 +0600 |
| commit | dfcdaab3a84389e610a57fa82ee0d3a216f4821d (patch) | |
| tree | e0318abc43baaf83987381312a02c97ffe8b6f9b /lib/string.fnl | |
| parent | ddc11ff1cc31f17ff46523a649917940357825b5 (diff) | |
allow to specify several tags for a product (instead of one category)
Diffstat (limited to 'lib/string.fnl')
| -rw-r--r-- | lib/string.fnl | 2 |
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} |
