Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Filters manipulate content that is put in. A filter functions as a little machine where you put something in, and it returns something else. Filters are separated by 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

Go to the Filters page to read the filters docs.

  • No labels