How can I suppress custom title-metadata.html template values from book output pages? #11983
-
DescriptionI have created a new I'm supporting rather long documents and so need to extend the quarto This works great on my ![]() However, while the default title metadata elements ( ![]() My goal here is to suppress the extra metadata on all pages except I suspect that I need a Reproducible ExamplePlease see https://github.com/mattpollock/quarto-custom-metadata for a reproducible example. This example illustrates the problem and the solution @mcanouil proposed. I'm still curious if the same mechanism quarto book uses for its standard metadata fields (e.g., "author") could be used in lieu of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Use |
Beta Was this translation helpful? Give feedback.
Use
display: none
CSS trick.