Website banner with pandoc theme? #11333
-
DescriptionI like the pandoc website theme, but it removes the top banner from my website. I'd like to at least have a link back to the homepage. Has anyone found a solution? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry but it's not very clear what your issue is and what is your need. Did you look at the documentation? https://quarto.org/docs/websites/ Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Should we assume you are referring to If so let me add a precision on this: Setting this for HTML format means that no bootstrap will be used. I believe in this case, everything needs to be done manually if you want navigation to another page or a button to home page. You could add a backlink by modifying pandoc's template for html I think, as we do insert Body envelope for navigation, for boostrap pages. |
Beta Was this translation helpful? Give feedback.
Should we assume you are referring to
theme: pandoc
?If so let me add a precision on this: Setting this for HTML format means that no bootstrap will be used.
Most of the website feature are based on Bootstrap, like navbar or sidebar elements. So no navigation will be added for such website.
I believe in this case, everything needs to be done manually if you want navigation to another page or a button to home page. You could add a backlink by modifying pandoc's template for html I think, as we do insert Body envelope for navigation, for boostrap pages.