跳到主要内容

index

index template 渲染店铺的首页,位于根 URL(/)。首页通常是顾客对商家店铺的第一印象,因此 index template 应提供丰富多样的选项,便于商家讲述自己的故事。

位置

index template 位于主题的 templates 目录中:

└── theme
├── layout
├── templates
| ...
| ├── index.liquid
| ...
...