append Filter

Add a string to the end of another string.

Parameters

Parameter Required Description
string Yes string String to add to the end.

Category

String Filters

Description

Adds a string to the end of another string.

{{ page_title | append: ' - Live Editor' }}

Example Output

Home - Live Editor