- /
-
- Front Matter /
- Author - Front Matter
Author - Front Matter
Manage the display of author into the header of each page
Last modified 2025-05-12
ITADS
By default rendered page display LibDoc configuration author. To override the default author, enter any string in the author
key of the front matter. To remove the author on the page, set false
.
The following example display a custom author name:
layout: libdoc_page
author: John Doe
The following example removes author:
layout: libdoc_page
author: false
A page with the above front matter is not linked into the main/primary menu and there is no breadcrumb. To enable link item in the primary navigation, eleventyNavigation.key
must be set into the front matter.