Replies: 2 comments 3 replies
-
You are using the right partial but you are not (you can't) using Quarto internals when you modify it. See one of the previous discussions: Edit: actually you are not using the documented partials |
Beta Was this translation helpful? Give feedback.
3 replies
-
How did you use the partials exactly ? Do you have a test project with what you tried ? |
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.
-
Description
Quarto version: 1.5.75
Positron
macOS Sequoia
My aim is to modify the header in a html document with added metadata, e.g. a disclaimer as specified in the yaml front matter.
Currently I am using the following header
Which gives me the following header section:
Now when I use the
title-block.html
partial template from the official template I getwhich is different to what I would like to have.
Essentially I would like to have an additional part for the disclaimer, some additional text, etc, but essentially as shown in the first screenshot.
So I assume that I am using the wrong template partial. Where can I find the used template partial so that I c a modify it, or what am I missing?
Thanks
Rainer
Beta Was this translation helpful? Give feedback.
All reactions