Skip to content

Commit

Permalink
Update from Shopify for theme dawn/test290823
Browse files Browse the repository at this point in the history
Committed from shop: Nanshy
  • Loading branch information
shopify[bot] authored Jan 18, 2024
1 parent 4ce815a commit e698457
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions sections/main-blog.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
{{ blog.title | escape }}
</h1>

<aside>
<ul class="list-menu">
<li class="list-menu__item button">
{%- for tag in blog.all_tags -%}
<a href="{{ blog.url }}/tagged/{{ tag | handle }}">{{ tag }}</a>{% unless forloop.last %}, {% endunless %}
{%- endfor -%}
</li>
</ul>
</aside>

<aside>
<ul class="list-unstyled">
<li>
{%- for tag in blog.all_tags -%}
<a href="{{ blog.url }}/tagged/{{ tag | handle }}">{{ tag }}</a>
{%- unless forloop.last %}, {% endunless %}
{%- endfor -%}
</li>
</ul>
</aside>

<div class="blog-articles {% if section.settings.layout == 'collage' %}blog-articles--collage{% endif %}">
{%- for article in blog.articles -%}
<div
Expand Down

0 comments on commit e698457

Please sign in to comment.