asset_url - Liquid Filter Reference - 0.11.2

Filter Name asset_url
Group Theme
Version 0.11.2

Description

Returns the url of an asset in the theme

Examples

{{ 'images/hedgehog' | asset_url }}
https://example.com/hedgehog.jpg
When the asset does not exist:
{{ 'images/unknown' | asset_url }}
unknown asset: images/unknown

Back to Filter List

Back to Liquid Reference for 0.11.2

 

 
Back to Documentation