not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
137 stars 80 forks source link

fix: nav.html: closing nav tag inside endif block. #37

Closed drdragon79 closed 1 year ago

drdragon79 commented 1 year ago

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 the endif block. Hence, if the theme is not set to "toggle", the nav tag is never closed, and website breaks.

not-matthias commented 1 year ago

Good catch. Thanks for the PR!