Append

From Shopify Wiki

Jump to: navigation, search

append(input)

Use this filter to append characters to a string. Example:

{{ 'sales' | append: '.jpg' }}
{{ 'sales' | append: '.jpg' }}