Kind

[頁面種類] 是以下之一:homepagesectiontaxonomyterm

內容結構示例

content/
├── books/
│   ├── book-1/
│   │   └── index.md    <-- kind = page
│   ├── book-2.md       <-- kind = page
│   └── _index.md       <-- kind = section
├── tags/
│   ├── fiction/
│   │   └── _index.md   <-- kind = term
│   └── _index.md       <-- kind = taxonomy
└── _index.md           <-- kind = home

要在模板中獲取頁面種類:

{{ .Kind }}