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