-
DescriptionSuppose I have a description in
Then that description appears under the title on all pages of the website, unless an alternative description is given on the specific page. If I don't want to see a description on a given page, the quickest fix (as far as I'm aware) is to set I would prefer the description in Is there any other way around this? I assume this is a deliberate feature, but might the Quarto team consider changing the current behaviour, as per my suggestion above? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If you put something under format, it means you explicitly want this to appear in all documents for that formats. It's unlikely a change the Quarto team would be willing to do as it would break nearly all websites relying on the fact you can set options under format. If you want the description to be on a single page, then set only on that page. |
Beta Was this translation helpful? Give feedback.
-
Of course! Absolute brain-fart moment from me. Thanks for the reminder that the correct place for |
Beta Was this translation helpful? Give feedback.
-
It's not incorrect to place it where you've put it, but the effect is not the same. |
Beta Was this translation helpful? Give feedback.
If you put something under format, it means you explicitly want this to appear in all documents for that formats.
It's unlikely a change the Quarto team would be willing to do as it would break nearly all websites relying on the fact you can set options under format.
If you want the description to be on a single page, then set only on that page.
If you eventually want to reuse the description under
website.
then you can use variables to store the string.