pass list name + refactor

This commit is contained in:
Yashar Dabiran 2025-02-15 23:01:03 -05:00
parent 8cc00144fa
commit ef86244cc5
3 changed files with 115 additions and 81 deletions

View file

@ -24,8 +24,7 @@
{% for item in items_to_display %}
{% assign number_of_items_displayed = number_of_items_displayed | plus: 1 %}
<div class="item">
<div class="meta">
</div>
<div class="meta"></div>
<div class="content">
<span class="title title--small">{{ item }}</span>
</div>
@ -41,8 +40,5 @@
src="https://cdn.prod.website-files.com/5fbe6548a005d56f0dd39a2e/5fc24a65f7e1555200865e1b_bring-logo.svg"
>
<span class="title">Bring!</span>
<span class="instance">Home</span>
<span class="instance">{{ list_name }}</span>
</div>
<!-- Include the overflow.js script -->
<script src="https://usetrmnl.com/js/latest/plugins.js"></script>