Get startedSign in

Supported Liquid Filters

abbrev

Truncates a string with ellipses.

Parameters:

  • Max length

  • String to truncate

Example: abbrev 5 "hello world" returns he....

Implementation: github.com/Masterminds/sprig/v3.abbrev

abbrevboth

Truncates both sides of a string with ellipses.

Parameters: