Skip to content

Instantly share code, notes, and snippets.

@sankalpk
Created March 9, 2015 17:28
Show Gist options
  • Save sankalpk/5d27dec576d3e588ca78 to your computer and use it in GitHub Desktop.
Save sankalpk/5d27dec576d3e588ca78 to your computer and use it in GitHub Desktop.
Remove white spaces from Liquid template
{{ customer.first_name | replace: ' ','' }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment