Skip to content

Link To Type

Generates an HTML <a> tag with an href attribute linking to a collection page that lists all products of the given product type.

Example

liquid
  {{ 'GYM' | link_to_type }}

Output

<a href="/collections/GYM" title="GYM">GYM</a>