Add documentation for content-menu block

pull/3/head
Kevin C. Coram 2019-12-02 17:53:04 -05:00
parent b0780f91e1
commit 689e69f0cf
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@ organization. The [list](layouts/_default/list.html) and
[single](layouts/_default/single.html) templates display the page title as
a `<h1>...</h1>` level header.
#### content-menu
This block is for providing navigation menu(s) for the main content, matching
with the `<nav>...</nav>` block inside the main header. The block is currently
a place holder, with no default implementation.
#### content
This block is for the content of the page.