Skip to content

Commit

Permalink
Fix highlighting of selected page on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jan 15, 2025
1 parent 0947ad5 commit c24ddc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion quarto-config

0 comments on commit c24ddc0

Please sign in to comment.