shopify liquid ellipse code example
Example 1: truncate shopify
{{ "Ground control to Major Tom." | truncate: 20, "" }}
Example 2: how to add truncate code shopify
{{ "Ground control to Major Tom." | truncate: 20 }}
{{ "Ground control to Major Tom." | truncate: 20, "" }}
{{ "Ground control to Major Tom." | truncate: 20 }}