abs v1.9.1 Liquid filter that returns the absolute value of a number. Input {{ -17 | abs }} Output 17 Input {{ 4 | abs }} Output 4 abs will also work on a string that only contains a number: Input {{ "-19.86" | abs }} Output 19.86