Tags - Front Matter

How to assign tags to a page

Last modified 2025-05-12

ITADS

A front matter with only tags:

layout: libdoc_page
tags:
    - tags
    - minimal
    - front-matter

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. It can be found in tags list.

View an example of a page with only tags