📄 Disabling Layout
Layout is applied automatically, but you can disable it per view:
| View Type | How to disable layout |
|---|---|
.pug |
Add //- nolayout at top |
.md |
Add in frontmatter: nolayout: true |
.js |
Return { nolayout: true } or include in frontmatter |