File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/resources/projects/website/templates Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 150150- Improve title recognition for pages that don't include a title in metadata ([ #4528 ] ( https://github.com/quarto-dev/quarto-cli/issues/4528 ) )
151151- Ensure that footnote are properly indexed for website and book searches ([ #4601 ] ( https://github.com/quarto-dev/quarto-cli/issues/4601 ) ).
152152- Permit sidebar items to include icons ([ #3830 ] ( https://github.com/quarto-dev/quarto-cli/issues/3830 ) ).
153+ - Use light navbar background by default for generated websites.
153154
154155## Books
155156
Original file line number Diff line number Diff line change 44website :
55 title : " <%= title % >"
66 navbar :
7+ background : light
78 left :
89 - href : index<%= ext %>
910 text : Home
Original file line number Diff line number Diff line change 44website :
55 title : " <%= title % >"
66 navbar :
7+ background : light
78 right :
89 - about<%= ext %>
910 - icon : github
You can’t perform that action at this time.
0 commit comments