Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2019-05-06 01:50:42 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-05-06 01:50:42 +0300
commit5d6d67a20698151c32737a5ba12d785ed2d7c3dc (patch)
treea0a87ce18abcbf7d3985c19a72658bf105e58425 /config
parentdf2d1c993d8db44d99ab4cf8cb75028649c11d6e (diff)
theme: update v4.3.0-dev to fix navbar link highlighting
Diffstat (limited to 'config')
-rw-r--r--config/_default/menus.toml5
-rw-r--r--config/_default/params.toml1
2 files changed, 1 insertions, 5 deletions
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
@@ -24,11 +24,6 @@
weight = 40
[[main]]
- name = "Tutorials"
- url = "/tutorial/"
- weight = 50
-
-[[main]]
name = "Contact"
url = "#contact"
weight = 60
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