Skip to content

Instantly share code, notes, and snippets.

@projoomexperts
Created May 10, 2018 23:57
Show Gist options
  • Save projoomexperts/42d84b80226c36e1b1b177b91c6993aa to your computer and use it in GitHub Desktop.
Save projoomexperts/42d84b80226c36e1b1b177b91c6993aa to your computer and use it in GitHub Desktop.
{% for collection in section.blocks %}
{%- assign category = collections[collection.settings.category] -%}
<div class="slide-categoria-home w-slide" {{ block.shopify_attributes }}>
<a href="{{ category.url }}" class="categorias-home w-inline-block">
<div class="bloque-titulo-categoria-home">
<p class="titulo-categoria-home">
{{ category.title }}
</p>
</div>
<div class="foto-slide-categoria-home" style="background-image: url('{{ category.image | img_url: '600x600' }}');"></div>
</a>
</div>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment