Anything other than "toggle" value for theme variable in config.toml breaks the website.
Reason
In nav.html, the closing </nav> tag is inside the endif block. Hence, if the theme is not set to "toggle", the nav tag is never closed, and website breaks.
Issue
Anything other than "toggle" value for theme variable in
config.toml
breaks the website.Reason
In
nav.html
, the closing</nav>
tag is inside theendif
block. Hence, if the theme is not set to "toggle", thenav
tag is never closed, and website breaks.