From c24ddc0c4973911124421e18d3c50ea68efad5d7 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Wed, 15 Jan 2025 12:44:55 -0500 Subject: [PATCH] Fix highlighting of selected page on navbar --- _quarto.yml | 8 ++++---- quarto-config | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index ab0a0f5e..bcb3fb37 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -22,7 +22,7 @@ website: page-navigation: true back-to-top-navigation: true open-graph: true - + navbar: logo: "img/logo_tm.png" logo-alt: "Stan logo" @@ -31,7 +31,7 @@ website: - text: "Stan" href: index.qmd - text: "Getting Started" - href: install/ + href: install/index.qmd - text: "Documentation" href: "https://mc-stan.org/docs" - text: "Learning Resources" @@ -49,9 +49,9 @@ website: - text: "Diagnostics and Warnings" href: learn-stan/diagnostics-warnings.qmd - text: "Tools" - href: tools/ + href: tools/index.qmd - text: "About" - href: about/ + href: about/index.qmd tools: - icon: github url: https://github.com/stan-dev diff --git a/quarto-config b/quarto-config index ba78aa0e..ca2a349b 160000 --- a/quarto-config +++ b/quarto-config @@ -1 +1 @@ -Subproject commit ba78aa0e61a7fb47970171a005e61d91b48b8a3b +Subproject commit ca2a349b738d3f614afd9ba61a6a5f7f9e5004c2