From 2375b2313d92df61c6e5e268c711a04c2b087241 Mon Sep 17 00:00:00 2001 From: vimux Date: Sun, 17 Feb 2019 17:10:19 -0500 Subject: [PATCH] Add mainMenuAlignment param --- README.md | 1 + layouts/partials/menu.html | 4 ++-- static/css/main.css | 6 +++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28d5bd9..a2c50d9 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id dateFormat = "January 02, 2006" # Change the format of dates colorTheme = "" # dark-green, dark-blue, dark-red, dark-violet customCSS = ["css/custom.css"] # Include custom CSS files + mainMenuAlignment = "right" # Align main menu (desktop version) to the right side authorbox = true # Show authorbox at bottom of single pages if true toc = true # Enable Table of Contents for all site pages tocOpen = true # Open Table of Contents block. Optional diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 383f89a..9621473 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -8,11 +8,11 @@ -