relative url
Creates a relative path url. The path will include the value of the "baseurl" setting from the _config.yml file if set.
{{ "/assets/app.js" | relative_url }}
copy
Creates a relative path url. The path will include the value of the "baseurl" setting from the _config.yml file if set.
{{ "/assets/app.js" | relative_url }}
copy