Tags list - Configuration

Make tags list link appear or disappear

2025-05-23

ITADS

The boolean displayTagsListLink enables or disables the link to tags list page of the primary navigation. Tags list page contains every tag found into the entire project.

To disable tags list link display, just enter into settings.json:

{
    "displayTagsListLink": false
}

If set to true and pages created contain at least one tag, the tags list link appears into the primary navigation.

If set to false, the tags list link does not appear even if tags are set into pages.