HUGO
Menu
GitHub 87548 stars Mastodon

IsPage

報告給定頁面是否是常規頁面。

Syntax

PAGE.IsPage

Returns

bool

如果 頁面類型pagePage 對象上的 IsPage 方法返回 true

content/
├── books/
│   ├── book-1/
│   │   └── index.md  <-- kind = page
│   ├── book-2.md     <-- kind = page
│   └── _index.md     <-- kind = section
└── _index.md         <-- kind = home
{{ .IsPage }}

Last updated: January 1, 0001
Improve this page