Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/userGuide/syntax/pageLayouts.mbdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**A _layout_ is a set of page-tweaks that can be applied to a page (or group of pages) in one go.**

A layout consists of the following files:
1. A header (filename: `header.md`)
1. A footer (filename: `footer.md`)
1. Tweaks to the `<head>` (`head.md`)
1. A site navigation menu (`navigation.md`)
Expand All @@ -20,6 +21,7 @@ To apply the layout, specify it as an attribute named `layout` in the `<frontmat
```
<root>/_markbind/layouts/
└── chapterLayout/
├── header.md
├── footer.md
├── head.md
├── navigation.md
Expand Down