Filters
A filter functions as a little machine where you put something in, and it returns something else. Filters are separated with a pipe (|
) and can be chained.
Input:
{{ "A beautiful site" | append: " brought to you by Plate" }}
Output:
A beautiful site brought to you by Plate
See the type of filters you can use in the list below:
Looking for labels? They can now be found in the details panel on the floating action bar.
Related content
Tags
Tags
More like this
collection
collection
Read with this
Liquid introduction
Liquid introduction
More like this
http_request
http_request
More like this
post
post
More like this
unshift
unshift
More like this