I want to add a JS script to my homepage.
I managed to to do this by adding the script code before
{% section ‘footer’ %}
in theme.liquid
However this adds it to every page. How can i do this just for the homepage? Which file would I need to edit.
I want to add a JS script to my homepage.
I managed to to do this by adding the script code before
{% section ‘footer’ %}
in theme.liquid
However this adds it to every page. How can i do this just for the homepage? Which file would I need to edit.
Solved w/ Custom liquid in theme editor
Where do you pace this? Just before in theme.liquid?