not-matthias / apollo

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

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

Closed drdragon79 closed 10 months ago

drdragon79 commented 11 months 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 10 months ago

Good catch. Thanks for the PR!