Liquid Views
Overview
Filters
append
capitalize
component_url
date
default
divided-by
downcase
escape
escape_once
first
join
last
map
minus
modulo
newline_to_br
plus
prepend
remove
remove_first
replace
replace_first
reverse
size
sort
split
strip_html
strip_newlines
times
truncate
truncate_words
upcase
Objects
Tags
Comment
Control Flow
Include
Iteration
Raw
Variables
plus
Adds a number to another number.
Input
{{ 4 | plus: 2 }}
Output
6
Input
{{ 16 | plus: 4 }}
Output
20
Input
{{ 183.357 | plus: 12 }}
Output
195.357
Was this article helpful?
Last updated: 06/27/2019
Last updated: 06/27/2019