I've loaded a CSS file in Assets folder, how do I get the latest version of an url for it?

Remove the “.liquid” in theme.liquid as well as the custom HTML section, it should look as follow:

{{ 'style.css' | asset_url | stylesheet_tag }}
1 Like