Squarespace 文档说
每个模板系列都有自己的索引样式,属于以下三种设计之一:网格、堆叠、幻灯片。
在 index.conf 中,我看到我可以更改 indexType,并且我想我也可以更改布局以表示网格。但我也在使用堆叠布局。
有没有办法定义两种模板样式以在不同的索引页面上使用?
{
"title" : "Index",
"newTitle": "New Index",
"folder": true,
"fullData": true,
"acceptTypes" : [ "page", "gallery" ],
"addText": "Add Section",
"icon": "stacked",
"index" : true,
"indexType": "stacked"
}