Also change nav links to be left aligned in the demo.
@@ -118,7 +118,7 @@ publication_types = [
]
# Align the main menu to the right of the page? (true/false)
-menu_align_right = true
+menu_align_right = false
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
@@ -66,7 +66,7 @@
{{ end }}
- {{ if and (not $align_right) (or .IsTranslated .Site.Menus.main_right) }}
+ {{ if not $align_right | and (.IsTranslated | or .Site.Menus.main_right | or .Site.Params.search.engine | or .Site.Params.day_night) }}
</ul>
<ul class="navbar-nav ml-auto">