diff --git a/example/server/templates/products.liquid b/example/server/templates/products.liquid index 555de2e..191d99a 100644 --- a/example/server/templates/products.liquid +++ b/example/server/templates/products.liquid @@ -17,9 +17,9 @@ -

{{ description | split '~' | first }}

+

{{ description | split: '~' | first }}

-

{{ description | split '~' | last }}

+

{{ description | split: '~' | last }}

There are currently {{products | count}} products in the {{section}} catalog