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

« Previous Version 2 Current »

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

See the type of filters you can use in the list below:

  • No labels