diff --git a/config.toml b/config.toml index e14ca7f..d21dfa6 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,4 @@ languageCode = "en-us" title = "Inclusive Docs Demo" baseURL = "/" theme = "inclusive-docs" +SectionPagesMenu = "main" diff --git a/themes/inclusive-docs/layouts/partials/header.html b/themes/inclusive-docs/layouts/partials/header.html index 2b9471a..42dd7df 100644 --- a/themes/inclusive-docs/layouts/partials/header.html +++ b/themes/inclusive-docs/layouts/partials/header.html @@ -15,3 +15,41 @@ {{ .Title }} | {{ .Site.Title }} + diff --git a/themes/inclusive-docs/theme.toml b/themes/inclusive-docs/theme.toml index 20e443e..a6efd7b 100644 --- a/themes/inclusive-docs/theme.toml +++ b/themes/inclusive-docs/theme.toml @@ -7,6 +7,8 @@ homepage = "https://www.paciellogroup.com/" tags = ["inclusive design", "accessibility"] min_version = 0.1 +SectionPagesMenu = "main" + [author] name = "Heydon Pickering" homepage = "https://inclusive-components.design"