From 2248c6e5a20429bfc0368ae74436e7b5f8415b01 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 14 May 2020 16:14:59 +0200 Subject: [PATCH] Disable navigation arrows --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9f48cee175..25aa5a5e87 100644 --- a/config.toml +++ b/config.toml @@ -20,7 +20,7 @@ description = "The Magical Bitcoin project aims to build a collection of tools a # Hide breadcrumbs in the header and only show the current page title disableBreadcrumb = true # Hide Next and Previous page buttons normally displayed full height beside content -disableNextPrev = false +disableNextPrev = true # Order sections in menu by "weight" or "title". Default to "weight" ordersectionsby = "weight" # Change default color scheme with a variant one. Can be "red", "blue", "green". -- 2.49.0