Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于某种原因,这种液体刚刚停止在我几个月前做的网站上工作:
{% assign packs = collections.packs.all_products %} {{ packs[0].title }}
在 for 循环中访问数组项仍然有效,但我无法使用索引值直接访问这些项。这是最近对模板系统的更改还是发生了其他事情?
这应该再次起作用。上周恢复了导致这种情况的液体变化。