Skip to content

Instantly share code, notes, and snippets.

@odessy
Last active August 10, 2024 18:29
Show Gist options
  • Save odessy/54ff5f8edd3b3e239d4ee5c093ca42b1 to your computer and use it in GitHub Desktop.
Save odessy/54ff5f8edd3b3e239d4ee5c093ca42b1 to your computer and use it in GitHub Desktop.
Product title with link
{% assign product = all_products[section.settings.home_product] %}
<div class="product__block__title" style="--PB: 20px;">
<div class="product__headline">
<div class="product__title__wrapper">
<h1 class="product__title heading-size-9">
<a href="{{ product.url }}">{{ product.title }}</a>
</h1>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment