Hi there,
I have 4 scripts added to my theme.liquid, before the tag. I’d like to move each script in separate Snippets so the theme.liquid file will be tidier.
What I have done:
- copy-pasted the in a new snippet file
- Added {%- include ‘my-script’ -%} in theme.liquid, before the tag.
However, both include or render don’t work.
What am I doing wrong?
Thanks in advance!