File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/resources/formats/html Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3434
3535$if(title)$
3636$title-block.html()$
37+ $elseif(subtitle)$
38+ $title-block.html()$
3739$endif$
3840
3941$if(toc)$
Original file line number Diff line number Diff line change 11< header id ="title-block-header ">
2- < h1 class ="title "> $title$</ h1 >
2+ $if(title)$ < h1 class ="title "> $title$</ h1 > $endif$
33$if(subtitle)$
44< p class ="subtitle "> $subtitle$</ p >
5-
65$endif$
76$for(author)$
87< p class ="author "> $author$</ p >
Original file line number Diff line number Diff line change 22< header id ="title-block-header " class ="quarto-title-block default$if(quarto-template-params.banner-header-class)$ $quarto-template-params.banner-header-class$$endif$ ">
33 < div class ="quarto-title-banner ">
44 < div class ="quarto-title column-body ">
5- < h1 class ="title "> $title$</ h1 >
5+ $if(title)$ < h1 class ="title "> $title$</ h1 > $endif$
66 $if(subtitle)$
77 < p class ="subtitle lead "> $subtitle$</ p >
88 $endif$
You can’t perform that action at this time.
0 commit comments