Replies: 1 comment
-
No, there is not currently, but you can achieve a lot with (S)CSS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
TL;DR is there a way to modify the html templates to provide a different structure?
I am trying to customise the structure of the navigation bar so that I can have a slightly more unique style:

I noticed that you can use ejs templates for lists. But couldn't find anything similar for the navbar/LHS nav.
However I was unable to find anything in the docs that points to how to setup an ejs template or modify a base navigation html template. I copied in the base html template and noticed that the navigation and let hand side navigation all come in via:
but looking at the reference list in the
_quarto.yaml
file, I can't see anyway to modify that specific include-before.Beta Was this translation helpful? Give feedback.
All reactions