Last active
August 10, 2024 18:29
-
-
Save odessy/54ff5f8edd3b3e239d4ee5c093ca42b1 to your computer and use it in GitHub Desktop.
Product title with link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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