Replies: 3 comments 14 replies
-
Do you have an example? |
Beta Was this translation helpful? Give feedback.
-
Yes, you'll have to redefine the <header id="title-block-header">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
$for(author)$
<p class="author">$author$</p>
$endfor$
$if(date)$
<p class="date">$date$</p>
$endif$
$if(abstract)$
<div class="abstract">
<div class="abstract-title">$abstract-title$</div>
$abstract$
</div>
$endif$
</header> Then in your YAML header: format:
html:
template-partials:
- title-block.html Footnotes |
Beta Was this translation helpful? Give feedback.
-
Sorry to bump up this discussion, but I'm facing the same issue as @jcarpi. Bug descriptionThe Steps to reproduce
Expected behaviorAs indicated in the documentation, one would expect the style of the Actual behavior
Your environmentOS: Ubuntu 22.04.3 LTS Quarto check output
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to hide certain title banner categories? For example, I don't want the full document abstract to show on every page of an HTML book!
Beta Was this translation helpful? Give feedback.
All reactions