mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 11:15:40 +03:00
389 B
389 B
title
| title |
|---|
| truncatewords |
Shortens a string down to the number of words passed as the argument. If the specified number of words is less than the number of words in the string, an ellipsis (...) is appended to the string.
{% raw %}
{{ "Ground control to Major Tom." | truncatewords: 3 }}
{% endraw %}
{{ "Ground control to Major Tom." | truncatewords: 3 }}