IsSection
報告給定頁面是否是欄目頁面。
Syntax
PAGE.IsSection
Returns
bool
如果 頁面類型 是 section,Page 對象上的 IsSection 方法返回 true。
content/
├── books/
│ ├── book-1/
│ │ └── index.md <-- kind = page
│ ├── book-2.md <-- kind = page
│ └── _index.md <-- kind = section
└── _index.md <-- kind = home{{ .IsSection }}