diff --git a/CHANGELOG.md b/CHANGELOG.md index 104331e..0d80fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Code changes to `main` that are *not* in the latest release: - Fixed: remove href from the navigation link to the current page by [@pdmosses] in [#1356] - Fixed: improve build time by [@pdmosses] in [#1358] +- Fixed: erroneous parentheses in `site_nav` conditional by [@mattxwang] in [#1366] {: .warning } [#1358] moved `_includes/nav.html` to the `_includes/components` directory, @@ -39,6 +40,7 @@ Users who were overriding that file will need to adjust their sites accordingly. [#1356]: https://github.com/just-the-docs/just-the-docs/pull/1356 [#1358]: https://github.com/just-the-docs/just-the-docs/pull/1358 [#1360]: https://github.com/just-the-docs/just-the-docs/pull/1360 +[#1366]: https://github.com/just-the-docs/just-the-docs/pull/1366 ## Release v0.6.2 diff --git a/_includes/components/site_nav.html b/_includes/components/site_nav.html index e3c2d1d..12a9ffc 100644 --- a/_includes/components/site_nav.html +++ b/_includes/components/site_nav.html @@ -23,7 +23,7 @@ {%- for node in site.nav_external_links -%}