From 5d6d67a20698151c32737a5ba12d785ed2d7c3dc Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 5 May 2019 23:50:42 +0100 Subject: theme: update v4.3.0-dev to fix navbar link highlighting --- config/_default/menus.toml | 5 ----- config/_default/params.toml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'config') diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 81883c89..4b3e7866 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -23,11 +23,6 @@ url = "#featured" weight = 40 -[[main]] - name = "Tutorials" - url = "/tutorial/" - weight = 50 - [[main]] name = "Contact" url = "#contact" diff --git a/config/_default/params.toml b/config/_default/params.toml index 1ce8ac38..1a34f6f9 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -120,6 +120,7 @@ comment_count = true # Display next/previous section pager? (true/false) section_pager = false +docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)? # Enable in-built social sharing buttons? (true/false) sharing = true -- cgit v1.2.3