Skip to content

Commit c24ddc0

Browse files
committed
Fix highlighting of selected page on navbar
1 parent 0947ad5 commit c24ddc0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: _quarto.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ website:
2222
page-navigation: true
2323
back-to-top-navigation: true
2424
open-graph: true
25-
25+
2626
navbar:
2727
logo: "img/logo_tm.png"
2828
logo-alt: "Stan logo"
@@ -31,7 +31,7 @@ website:
3131
- text: "Stan"
3232
href: index.qmd
3333
- text: "Getting Started"
34-
href: install/
34+
href: install/index.qmd
3535
- text: "Documentation"
3636
href: "https://mc-stan.org/docs"
3737
- text: "Learning Resources"
@@ -49,9 +49,9 @@ website:
4949
- text: "Diagnostics and Warnings"
5050
href: learn-stan/diagnostics-warnings.qmd
5151
- text: "Tools"
52-
href: tools/
52+
href: tools/index.qmd
5353
- text: "About"
54-
href: about/
54+
href: about/index.qmd
5555
tools:
5656
- icon: github
5757
url: https://github.com/stan-dev

Diff for: quarto-config

0 commit comments

Comments
 (0)