From 8b58f07afea4d00c63089015fe7564f9b1116b6c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 9 Dec 2021 20:19:12 -0600 Subject: [PATCH] move mobile nav to right side to match the button --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 820994d..08ac610 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -44,7 +44,7 @@ figurePositionShow = false # toggle on or off globally figurePositionLabel = "Figure" # the text before image number e.g Figure 1.0 # Set the collapsed mobile navigation to either appear from the left or the right -mobileNavigation = "left" # if you prefer right change to 'right' +mobileNavigation = "right" # if you prefer right change to 'right' # some site owners want to decide how they would like their sites to be introduced users. These settings give you as a site owner to decide how the user will view your site for the first time. # please note that you cannot enforce both modes at the same time. i.e by enforcing one mode, you priotise it over the other (by setting it to true). enforceDarkMode will be commented out